Files
2a30492d-e811-44eb-81a5-d8b…/registry/schemas/NavbarStyleFullscreen.schema.json
vitalijmulika 083c9f4413 Initial commit
2026-02-09 18:27:11 +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: '')"
}
}