Files
23ceccce-6700-4aa7-b7de-b46…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-13 16:42:26 +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: '')"
}
}