Files
6005e8a1-25c6-438b-8535-78b…/registry/components/AnimatedGridBackground.json
2026-02-09 16:58:14 +00:00

24 lines
653 B
JSON

{
"name": "AnimatedGridBackground",
"description": "Grid pattern with animated pulsing squares using Framer Motion.",
"constraints": {},
"propsSchema": {
"squareSize?": "number (default: 100)",
"numSquares?": "number (default: 50)",
"maxOpacity?": "number (default: 0.15)",
"className?": "string"
},
"usageExample": "<AnimatedGridBackground squareSize={100} numSquares={50} maxOpacity={0.15} />",
"do": [
"Use for feature showcases",
"Use for capability displays"
],
"dont": [
"Do not use more than 4 items"
],
"editRules": {
"textOnly": true,
"layoutLocked": true,
"styleLocked": true
}
}