Files
5d34b993-c5ec-4be5-8948-48d…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-09 15:24:28 +00: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: '')"
}
}