diff --git a/registry/schemas/ButtonTextUnderline.schema.json b/registry/schemas/ButtonTextUnderline.schema.json new file mode 100644 index 0000000..3eaf2ec --- /dev/null +++ b/registry/schemas/ButtonTextUnderline.schema.json @@ -0,0 +1,13 @@ +{ + "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')" + } +} \ No newline at end of file