Files
6603b1cb-d2b3-433e-b24e-d7a…/registry/schemas/ButtonTextShift.schema.json
2026-01-27 15:42:03 +02:00

14 lines
425 B
JSON

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