Files
43e3196a-4fd2-4292-b5e7-7d7…/registry/schemas/NavbarLayoutFloatingInline.schema.json
Nikolay Pecheniev de7bfe241e Initial commit
2026-02-26 13:18:49 +02:00

12 lines
426 B
JSON

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