Files
1d3903be-1d61-4ef7-84eb-7e5…/registry/schemas/ButtonElasticEffect.schema.json
2026-04-11 13:13:56 +00:00

14 lines
434 B
JSON

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