We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5299993 commit 1639131Copy full SHA for 1639131
libs/flowbite-angular/README.md
@@ -56,13 +56,15 @@ npm i tailwindcss
56
2. Install `flowbite-angular` as a dependency using `npm` by running the following command:
57
58
```bash
59
-npm i flowbite-angular
+npm i flowbite-angular ng-primitives @ng-icons/core
60
```
61
62
3. Import `flowbite-angular` inside your `style.css` file:
63
64
```css
65
-@import 'node_modules/flowbite-angular/styles/flowbite-angular.css';
+@import 'tailwindcss';
66
+
67
+@source "node_modules/flowbite-angular";
68
69
70
# Components
0 commit comments