Files
2154e8d8-36b7-44e9-ad1f-70c…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-09 17:26:03 +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: '')"
}
}