diff --git a/registry/schemas/AnimatedGridBackground.schema.json b/registry/schemas/AnimatedGridBackground.schema.json new file mode 100644 index 0000000..5608cca --- /dev/null +++ b/registry/schemas/AnimatedGridBackground.schema.json @@ -0,0 +1,9 @@ +{ + "name": "AnimatedGridBackground", + "propsSchema": { + "squareSize?": "number (default: 100)", + "numSquares?": "number (default: 50)", + "maxOpacity?": "number (default: 0.15)", + "className?": "string" + } +} \ No newline at end of file