Files
5e14ec0c-c9d6-41c4-b118-e5c…/registry/schemas/ButtonTextShift.schema.json
2026-04-11 17:34:41 +00:00

15 lines
460 B
JSON

{
"name": "ButtonTextShift",
"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')"
}
}