Files
096941cf-aebb-4a98-bd75-385…/registry/schemas/ButtonShiftHover.schema.json
2026-01-28 20:55:30 +00:00

14 lines
426 B
JSON

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