Files
f9db8dc3-96f5-4c4e-8b16-167…/registry/schemas/NavbarStyleFullscreen.schema.json
Nikolay Pecheniev 77512738e7 Initial commit
2026-02-26 15:07: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: '')"
}
}