Files
8c04be9c-252a-4fd4-b846-841…/registry/schemas/NavbarStyleCentered.schema.json
Nikolay Pecheniev 7b8cd5c197 Initial commit
2026-02-16 19:03:29 +02: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: '')"
}
}