Files
1005e6ce-689e-4f0a-a776-8bb…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-12 16:59:05 +00:00

10 lines
346 B
JSON

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