Files
6603b1cb-d2b3-433e-b24e-d7a…/registry/schemas/NavbarStyleCentered.schema.json
2026-01-27 15:42:03 +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: '')"
}
}