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

@@ -10,7 +10,7 @@ Make sure that you have [Node.js](https://nodejs.org/en/) and [Tailwind CSS](htt
1. Install `flowbite` and `flowbite-vue` as a dependency using NPM by running the following command:
```text
```bash
npm i flowbite flowbite-vue
```