Files
58b53c9d-37cd-45e9-ae3c-8ea…/registry/schemas/ButtonDirectionalHover.schema.json
2026-02-09 17:12:50 +00:00

16 lines
539 B
JSON

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