Files
f51dbb83-e16f-4e42-abf4-95d…/registry/schemas/ButtonTextStagger.schema.json
2026-01-27 13:40:24 +02:00

14 lines
427 B
JSON

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