Files
2ffb71d6-ebc5-4a20-b055-b2c…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-21 16:34: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: '')"
}
}