Files
6cedef1c-0685-4b09-be33-637…/registry/schemas/ButtonTextStagger.schema.json
2026-02-09 16:36:05 +00:00

15 lines
462 B
JSON

{
"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')"
}
}