Files
2d57f5dc-5009-467b-8629-dfb…/registry/schemas/NavbarStyleCentered.schema.json
2026-01-28 10:05:37 +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: '')"
}
}