Update registry/components/ButtonBounceEffect.json

This commit is contained in:
2026-03-04 07:45:24 +00:00
parent 52f9695169
commit 1667e6d2fd

View File

@@ -5,7 +5,7 @@
"textRules": {
"text": {
"required": true,
"example": "Get Started",
"example": "Download Now",
"minChars": 2,
"maxChars": 25
}
@@ -21,7 +21,7 @@
"ariaLabel?": "string",
"type?": "'button' | 'submit' | 'reset' (default: 'button')"
},
"usageExample": "<ButtonBounceEffect text=\"Get Started\" href=\"contact\" />",
"usageExample": "<ButtonBounceEffect text=\"Download Now\" href=\"contact\" />",
"do": [
"Use for general use"
],