Files
4ba8f5bd-c48d-49cf-98dc-da9…/registry/schemas/NavbarStyleFullscreen.schema.json
Nikolay Pecheniev 1d9310508c Initial commit
2026-02-24 17:17:21 +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: '')"
}
}