Files
d99e58b4-8a14-47f8-b8a6-fb6…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-10 03:59:37 +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: '')"
}
}