Initial commit

This commit is contained in:
vitalijmulika
2026-02-05 16:57:17 +02:00
commit d68f386e88
651 changed files with 76275 additions and 0 deletions

View File

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