Files
24cd0929-c5c8-4553-85d1-b79…/registry/schemas/NavbarStyleFullscreen.schema.json
Nikolay Pecheniev 2b4c69c59c Initial commit
2026-02-18 11:40:10 +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: '')"
}
}