Files
fe7c1262-18e5-4f3a-bee2-f70…/registry/schemas/ButtonElasticEffect.schema.json
2026-02-11 16:40:05 +02: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')"
}
}