Skip to content

Commit eed9d1e

Browse files
authored
redwood-js.mdx update command to add flowbite-react into web workspace (#1313)
Update redwood-js.mdx updating command to add flowbite-react to web workspace
1 parent b19a92e commit eed9d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/content/docs/guides/redwood-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ yarn rw setup ui tailwindcss
5050
1. Run the following command to install `flowbite-react`:
5151

5252
```bash
53-
yarn add flowbite-react
53+
yarn workspace web add flowbite-react
5454
```
5555

5656
2. Add the Flowbite plugin to `tailwind.config.js` and include content from `flowbite-react`:

0 commit comments

Comments
 (0)