Initial commit

This commit is contained in:
2026-01-27 13:40:24 +02:00
commit 65292bb625
563 changed files with 72095 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "ButtonTextUnderline",
"propsSchema": {
"text": "string",
"onClick?": "() => void",
"href?": "string - External URLs open in new tab, internal values scroll to section",
"className?": "string",
"disabled?": "boolean (default: false)",
"ariaLabel?": "string",
"type?": "'button' | 'submit' | 'reset' (default: 'button')"
}
}