Files
7287834b-6f5f-404d-bae5-1d0…/registry/schemas/NavbarStyleFullscreen.schema.json
Nikolay Pecheniev 7e648135b6 Initial commit
2026-02-16 14:02:31 +02:00

10 lines
337 B
JSON

{
"name": "NavbarStyleFullscreen",
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Webild')",
"bottomLeftText?": "string (default: 'Global Community')",
"bottomRightText?": "string (default: 'hello@example.com')",
"topBarClassName?": "string (default: '')"
}
}