Update registry/components/NavbarLayoutFloatingInline.json
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"required": false,
|
"required": false,
|
||||||
"minChars": 2,
|
"minChars": 2,
|
||||||
"maxChars": 20,
|
"maxChars": 20,
|
||||||
"example": "Webild",
|
"example": "North Star Marketing Lab ",
|
||||||
"fallbackBehavior": "Shows brandName text"
|
"fallbackBehavior": "Shows brandName text"
|
||||||
},
|
},
|
||||||
"buttonRules": {
|
"buttonRules": {
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
},
|
},
|
||||||
"propsSchema": {
|
"propsSchema": {
|
||||||
"navItems": "Array<{name: string, id: string}>",
|
"navItems": "Array<{name: string, id: string}>",
|
||||||
"brandName?": "string (default: 'Webild')",
|
"brandName?": "string (default: 'North Star Marketing Lab ')",
|
||||||
"button": "{text: string, onClick?: () => void, href?: string}",
|
"button": "{text: string, onClick?: () => void, href?: string}",
|
||||||
"className?": "string (default: '')"
|
"className?": "string (default: '')"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user