Files
b2c15fe7-792b-4b06-885a-150…/registry/schemas/ButtonTextShift.schema.json
Maksym Vasylchenko 1748236a37 Initial commit
2026-02-09 21:18:33 +02: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')"
}
}