File tree Expand file tree Collapse file tree 4 files changed +350
-350
lines changed
apps/docs/docs/getting-started/quickstart Expand file tree Collapse file tree 4 files changed +350
-350
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ npm install tailwindcss
18
18
Install Flowbite as a dependency using NPM by running this command:
19
19
20
20
``` bash
21
- npm install flowbite-angular
21
+ npm install flowbite-angular ng-primitives @ng-icons/core
22
22
```
23
23
24
24
## TailwindCSS configuration
Original file line number Diff line number Diff line change 33
33
"peerDependencies" : {
34
34
"@angular/cdk" : " >=20.0.0 < 21.0.0" ,
35
35
"@angular/core" : " >=20.0.0 < 21.0.0" ,
36
- "@ng-icons/core" : " 31.3.0" ,
37
- "@ng-primitives/state" : " 0.57.0" ,
36
+ "@ng-icons/core" : " ^ 31.3.0" ,
37
+ "@ng-primitives/state" : " ^ 0.57.0" ,
38
38
"@tailwindcss/postcss" : " ^4.0.0" ,
39
- "ng-primitives" : " 0.57.0" ,
39
+ "ng-primitives" : " ^ 0.57.0" ,
40
40
"rxjs" : " ^7.4.0" ,
41
41
"tailwind-merge" : " 2.5.5" ,
42
42
"tailwindcss" : " ^4.0.0"
Original file line number Diff line number Diff line change 43
43
"@ng-doc/builder" : " 20.1.0" ,
44
44
"@ng-doc/core" : " 20.1.0" ,
45
45
"@ng-doc/ui-kit" : " 20.1.0" ,
46
- "@ng-icons/core" : " 31.3.0" ,
47
- "@ng-primitives/state" : " 0.57.0" ,
46
+ "@ng-icons/core" : " ^ 31.3.0" ,
47
+ "@ng-primitives/state" : " ^ 0.57.0" ,
48
48
"@nx/devkit" : " 21.2.2" ,
49
49
"@tailwindcss/postcss" : " ^4.0.0" ,
50
50
"express" : " 4.18.3" ,
51
- "ng-primitives" : " 0.57.0" ,
51
+ "ng-primitives" : " ^ 0.57.0" ,
52
52
"postcss" : " ^8.5.3" ,
53
53
"rxjs" : " ^7.4.0" ,
54
54
"tailwind-merge" : " 2.5.5" ,
You can’t perform that action at this time.
0 commit comments