Skip to content

Commit 1639131

Browse files
committed
docs: update README
1 parent 5299993 commit 1639131

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libs/flowbite-angular/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@ npm i tailwindcss
5656
2. Install `flowbite-angular` as a dependency using `npm` by running the following command:
5757

5858
```bash
59-
npm i flowbite-angular
59+
npm i flowbite-angular ng-primitives @ng-icons/core
6060
```
6161

6262
3. Import `flowbite-angular` inside your `style.css` file:
6363

6464
```css
65-
@import 'node_modules/flowbite-angular/styles/flowbite-angular.css';
65+
@import 'tailwindcss';
66+
67+
@source "node_modules/flowbite-angular";
6668
```
6769

6870
# Components

0 commit comments

Comments
 (0)