Update registry/components/ButtonShiftHover.json

This commit is contained in:
2026-03-04 07:45:26 +00:00
parent 4c33dc9f01
commit b3bbb800da

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": "<ButtonShiftHover text=\"Get Started\" href=\"pricing\" />",
"usageExample": "<ButtonShiftHover text=\"Download Now\" href=\"pricing\" />",
"do": [
"Use for general use"
],