Files
6a36006a-84f7-4b6f-9c36-6ef…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-09 18:05:05 +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: '')"
}
}