feat: Sidebar component (#205)

This commit is contained in:
Ilya Artamonov
2023-09-25 16:53:19 +03:00
committed by GitHub
parent d7910757ed
commit 5564c3a449
15 changed files with 1586 additions and 141 deletions

View File

@@ -58,7 +58,7 @@ function getComponents() {
{ text: 'Modal', link: '/components/modal' },
{ text: 'Navbar', link: '/components/navbar' },
{ text: 'Footer', link: '/components/footer' },
{ text: '- Sidebar', link: '/components/sidebar' },
{ text: 'Sidebar', link: '/components/sidebar' },
]
}