Files
5f8630a4-9917-4ff0-a924-261…/registry/schemas/NavbarStyleFullscreen.schema.json
vitalijmulika d68f386e88 Initial commit
2026-02-05 16:57:17 +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: '')"
}
}