Update registry/components/NavbarLayoutFloatingInline.json

This commit is contained in:
2026-03-04 19:07:34 +00:00
parent 4cfaae4bed
commit ba3cbec156

View File

@@ -10,7 +10,7 @@
"required": false,
"minChars": 2,
"maxChars": 20,
"example": "AstroSec",
"example": "ASTROSEC",
"fallbackBehavior": "Shows brandName text"
},
"buttonRules": {
@@ -52,7 +52,7 @@
},
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'AstroSec')",
"brandName?": "string (default: 'ASTROSEC')",
"button": "{text: string, onClick?: () => void, href?: string}",
"animateOnLoad?": "boolean (default: true)",
"className?": "string (default: '')",