Files
fbf0bfc5-9280-458d-bb57-61b…/registry/schemas/ButtonTextUnderline.schema.json
Nikolay Pecheniev c052e269fd Initial commit
2026-02-06 15:11:59 +02:00

13 lines
402 B
JSON

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