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

13 lines
399 B
JSON

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