Files
d23d7ee3-91d2-4666-a02f-093…/registry/schemas/ButtonElasticEffect.schema.json
Nikolay Pecheniev 2a4def4732 Initial commit
2026-02-26 10:40:45 +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')"
}
}