Files
1a22a59c-c661-47d8-8c15-dff…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-05 08:04:17 +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: '')"
}
}