new registry

This commit is contained in:
2026-01-14 13:35:00 +02:00
parent df51c3eac1
commit 238fe6a962
268 changed files with 14997 additions and 0 deletions

View File

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