Files
d0b9b6ff-3d1c-4535-bd9c-84c…/registry/schemas/NavbarStyleCentered.schema.json
2026-01-30 13:40:04 +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: '')"
}
}