Update registry/components/NavbarLayoutFloatingInline.json

This commit is contained in:
2026-02-18 22:48:24 +00:00
parent 0b1a6cc9ea
commit 515ab930a8

View File

@@ -9,7 +9,7 @@
"required": false,
"minChars": 2,
"maxChars": 20,
"example": "Webild",
"example": "Proofweb",
"fallbackBehavior": "Shows brandName text"
},
"buttonRules": {
@@ -51,7 +51,7 @@
},
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Webild')",
"brandName?": "string (default: 'Proofweb')",
"button": "{text: string, onClick?: () => void, href?: string}",
"className?": "string (default: '')"
},