Files
216c6c65-5e70-4762-b5bb-64d…/registry/schemas/ButtonIconArrow.schema.json
2026-02-09 16:57:36 +00:00

15 lines
462 B
JSON

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