Files
bfaa0096-4a9f-4dd6-93e3-882…/registry/schemas/NavbarStyleCentered.schema.json
2026-01-27 20:15: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: '')"
}
}