Switch to version 1: remove registry/schemas/ButtonTextUnderline.schema.json

This commit is contained in:
2026-04-17 21:17:34 +00:00
parent 7fb2f873a8
commit 8e2f3f4728

View File

@@ -1,13 +0,0 @@
{
"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')"
}
}