Files
bf9700e0-2e6a-4738-a89f-70b…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-09 16:35:53 +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: '')"
}
}