Initial commit

This commit is contained in:
dk
2026-03-10 17:10:53 +00:00
commit bb6e6a94b6
633 changed files with 86283 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "ButtonTextStagger",
"propsSchema": {
"text": "string",
"onClick?": "() => void",
"href?": "string - External URLs open in new tab, internal values scroll to section",
"scrollToSection?": "boolean",
"className?": "string",
"bgClassName?": "string",
"textClassName?": "string",
"disabled?": "boolean (default: false)",
"ariaLabel?": "string",
"type?": "'button' | 'submit' | 'reset' (default: 'button')"
}
}