You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -57,21 +57,19 @@ If you want to learn more about Flowbite, visit [Flowbite docs](https://flowbite
57
57
58
58
## Getting started
59
59
60
-
To use `flowbite-react`, you just need to setup `flowbite` normally and install `flowbite-react` from `npm`.
60
+
Make sure you have [Node.js](https://nodejs.org/en/) installed.
61
61
62
-
`flowbite` can be included as a plugin into an existing Tailwind CSS project.
63
-
64
-
### Require via `npm`
62
+
To use `flowbite-react`, you need to setup [`flowbite`](https://github.com/themesberg/flowbite) and also install `flowbite-react` from `npm` or `yarn`.
65
63
66
-
Make sure that you have <ahref="https://nodejs.org/en/"rel="nofollow" >Node.js</a> and <ahref="https://tailwindcss.com/"rel="nofollow" >Tailwind CSS</a> installed.
64
+
`flowbite` can be included as a plugin into an existing Tailwind CSS project.
67
65
68
66
1. Install `flowbite` as a dependency using `npm` by running the following command:
69
67
70
68
```bash
71
-
npm i flowbite flowbite-react
69
+
npm i flowbite flowbite-react# or yarn add flowbite flowbite-react
72
70
```
73
71
74
-
2. Require `flowbite` as a plugin inside the `tailwind.config.js` file:
72
+
2. Require `flowbite` as a plugin inside the `tailwind.config.js` file, and include content from `flowbite-react`:
You can customize every component in `flowbite-react`. We've provided a few different methods so just about any use case you have should be covered for now.
88
+
89
+
See [https://flowbite-react.com/theme](https://flowbite-react.com/theme)
0 commit comments