Files
e60c7f60-e85d-4b95-afa3-3c2…/registry/schemas/ButtonTextStagger.schema.json
vitalijmulika a5f0fdb07b Initial commit
2026-03-24 15:15:40 +02: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')"
}
}