Files
f51dbb83-e16f-4e42-abf4-95d…/registry/schemas/NavbarStyleCentered.schema.json
2026-01-27 13:40:24 +02:00

9 lines
270 B
JSON

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