Files
90e5bb29-474b-4f29-807a-f03…/registry/schemas/NavbarStyleCentered.schema.json
Nikolay Pecheniev 961c6dc106 Initial commit
2026-02-06 11:58:12 +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: '')"
}
}