Files
58231c48-e4ac-4ea5-be3d-e5f…/registry/schemas/NavbarStyleFullscreen.schema.json
vitalijmulika 5d5569319a Initial commit
2026-02-13 13:40:04 +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: '')"
}
}