Files
721f6c2e-481e-4bc1-b376-7ea…/registry/schemas/NavbarStyleCentered.schema.json
2026-02-07 19:25:51 +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: '')"
}
}