Files
3ad07e9e-2e9e-4fd7-a906-def…/registry/schemas/ButtonIconArrow.schema.json
2026-02-18 20:37:01 +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')"
}
}