Files
d23d7ee3-91d2-4666-a02f-093…/registry/schemas/NavbarStyleFullscreen.schema.json
Nikolay Pecheniev 2a4def4732 Initial commit
2026-02-26 10:40:45 +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: '')"
}
}