Files
2998d5ea-822c-4d6a-9fc5-83c…/registry/schemas/NavbarStyleFullscreen.schema.json
Nikolay Pecheniev 4b97657cab Initial commit
2026-03-12 15:42:52 +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: '')"
}
}