Initial commit
This commit is contained in:
10
registry/schemas/NavbarStyleFullscreen.schema.json
Normal file
10
registry/schemas/NavbarStyleFullscreen.schema.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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: '')"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user