Switch to version 2: added registry/schemas/AnimatedGridBackground.schema.json

This commit is contained in:
2026-04-17 21:19:04 +00:00
parent 2299f13081
commit 6704376c23

View File

@@ -0,0 +1,9 @@
{
"name": "AnimatedGridBackground",
"propsSchema": {
"squareSize?": "number (default: 100)",
"numSquares?": "number (default: 50)",
"maxOpacity?": "number (default: 0.15)",
"className?": "string"
}
}