Files
8c7b917d-42e2-4b12-ae9e-c45…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-06 18:26:46 +00:00

9 lines
270 B
JSON

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