Files
a04332b7-b5c5-484c-9852-cb8…/registry/schemas/NavbarStyleCentered.schema.json
2026-03-22 11:33:45 +00:00

10 lines
346 B
JSON

{
"name": "NavbarStyleCentered",
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"button": "{text: string, onClick?: () => void, href?: string}",
"topBarButton?": "{text: string, onClick?: () => void, href?: string}",
"brandName?": "string (default: 'Webild')",
"className?": "string (default: '')"
}
}