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