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

This commit is contained in:
2026-04-17 21:17:31 +00:00
parent 0256114061
commit 049df89418

View File

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