From 70db52d02dfe5da7397e5ba801b01739a5d0ceaa Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Wed, 26 Apr 2023 20:51:29 -0600 Subject: AƱade flowbite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 ++ tailwind.config.js | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 261aa93..a5e8f47 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ }, "dependencies": { "axios": "^1.3.6", + "flowbite": "^1.6.5", + "flowbite-react": "^0.4.4", "react": "^18.2.0", "react-bootstrap-icons": "^1.10.3", "react-dom": "^18.2.0", diff --git a/tailwind.config.js b/tailwind.config.js index ab4c580..beb3937 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,8 +3,12 @@ export default { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx}", - "./node_modules/tw-elements/dist/js/**/*.js" + "./node_modules/tw-elements/dist/js/**/*.js", + "node_modules/flowbite-react/**/*.{js,jsx,ts,tsx}" ], - plugins: [require("tw-elements/dist/plugin.cjs")], + plugins: [ + require("tw-elements/dist/plugin.cjs"), + require('flowbite/plugin') + ] } -- cgit v1.2.3