Files
f267d758-2c31-4ebd-a2fe-028…/registry/schemas/NavbarStyleFullscreen.schema.json
Nikolay Pecheniev b152dc3f11 Initial commit
2026-02-06 14:45: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: '')"
}
}