Files
88ff8f69-6f15-450e-89cc-1fc…/registry/schemas/NavbarStyleFullscreen.schema.json
Nikolay Pecheniev 4618b1f1ff Initial commit
2026-02-05 11:12:38 +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: '')"
}
}