Files
ac896eb5-237e-4f8c-b941-bb0…/registry/schemas/NavbarStyleCentered.schema.json
Nikolay Pecheniev a0a91f44d2 Initial commit
2026-02-02 12:32:15 +02: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: '')"
}
}