Files
32dd3ae1-f2cb-4c3f-9ee3-eef…/registry/schemas/ButtonShiftHover.schema.json
2026-03-23 02:43:48 +00:00

15 lines
461 B
JSON

{
"name": "ButtonShiftHover",
"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",
"disabled?": "boolean (default: false)",
"ariaLabel?": "string",
"type?": "'button' | 'submit' | 'reset' (default: 'button')"
}
}