Files
0a5a0527-e765-4aa6-846e-23b…/registry/schemas/ButtonElasticEffect.schema.json
2026-04-06 08:08:35 +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')"
}
}