Files
bd706a80-35fa-4a2c-ae09-49f…/registry/schemas/ButtonTextUnderline.schema.json
2026-02-19 20:01:10 +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')"
}
}