Files
7c0cd6c0-a450-4645-b0c1-9c1…/registry/schemas/ButtonTextUnderline.schema.json
2026-04-11 13:04:03 +00: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')"
}
}