Update registry/components/NavbarLayoutFloatingOverlay.json

This commit is contained in:
2026-03-05 18:44:47 +00:00
parent cb00eaff59
commit 4d796b14dd

View File

@@ -10,7 +10,7 @@
"required": false,
"minChars": 2,
"maxChars": 20,
"example": "Contact Us ",
"example": "CONTACT US ",
"fallbackBehavior": "Shows brandName text"
},
"buttonRules": {
@@ -53,7 +53,7 @@
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"className?": "string",
"brandName?": "string (default: 'Contact Us ')",
"brandName?": "string (default: 'CONTACT US ')",
"button": "{text: string, onClick?: () => void, href?: string}",
"buttonClassName?": "string (default: '')",
"buttonTextClassName?": "string (default: '')"