Files
bac14a48-730c-4fa7-8290-79a…/registry/schemas/NavbarLayoutFloatingInline.schema.json
Nikolay Pecheniev 59f3993b14 Initial commit
2026-03-12 14:15:45 +02:00

13 lines
475 B
JSON

{
"name": "NavbarLayoutFloatingInline",
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Webild')",
"button": "{text: string, onClick?: () => void, href?: string}",
"animateOnLoad?": "boolean (default: true)",
"className?": "string (default: '')",
"navItemClassName?": "string (default: '')",
"buttonClassName?": "string (default: '')",
"buttonTextClassName?": "string (default: '')"
}
}