Files
d6f9b8c3-9fc5-4ad4-9e8d-fbd…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-08 03:07:25 +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: '')"
}
}