Initial commit

This commit is contained in:
Nikolay Pecheniev
2026-03-25 12:01:21 +02:00
commit 074e0c5e23
651 changed files with 79573 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "NavbarLayoutFloatingInline",
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Webild')",
"button": "{text: string, onClick?: () => void, href?: string}",
"animateOnLoad?": "boolean (default: true)",
"className?": "string (default: '')",
"navItemClassName?": "string (default: '')",
"buttonClassName?": "string (default: '')",
"buttonTextClassName?": "string (default: '')"
}
}