Files
2c1705c7-1e7e-4c12-8f6b-a90…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-04 20:16:40 +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: '')"
}
}