Initial commit
This commit is contained in:
9
registry/schemas/NavbarStyleCentered.schema.json
Normal file
9
registry/schemas/NavbarStyleCentered.schema.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "NavbarStyleCentered",
|
||||
"propsSchema": {
|
||||
"navItems": "Array<{name: string, id: string}>",
|
||||
"button": "{text: string, onClick?: () => void, href?: string}",
|
||||
"brandName?": "string (default: 'Webild')",
|
||||
"className?": "string (default: '')"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user