Initial commit

This commit is contained in:
2026-01-27 13:40:24 +02:00
commit 65292bb625
563 changed files with 72095 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "TextAnimation",
"propsSchema": {
"type?": "'entrance-slide' | 'reveal-blur' | 'background-highlight'",
"title": "string",
"children?": "React.ReactNode",
"variant?": "'trigger' | 'words-trigger'",
"className?": "string",
"duration?": "number",
"stagger?": "number",
"start?": "string",
"end?": "string",
"ariaLabel?": "string",
"gradientColors?": "{ from: string, to: string }"
}
}