Files
e2b51a3f-2f84-40bb-a5d8-e47…/registry/schemas/NavbarStyleCentered.schema.json
kudinDmitriyUp fabe93a929 Initial commit
2026-03-09 22:06:32 +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: '')"
}
}