From 2c01ac6073f0f336be00be38e511064367a49cec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:19:12 +0000 Subject: [PATCH] Switch to version 2: added registry/schemas/ButtonTextUnderline.schema.json --- registry/schemas/ButtonTextUnderline.schema.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 registry/schemas/ButtonTextUnderline.schema.json 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