Replies: 4 comments 3 replies
-
For interactive components please check out the Flowbite React library: |
Beta Was this translation helpful? Give feedback.
-
I'm having the same problem using the Flowbite React library. |
Beta Was this translation helpful? Give feedback.
-
If you're doing this, that's where you are going wrong. You want to import components from
Can you provide more context? BTW, the steps to get this setup are at https://github.com/themesberg/flowbite-react#getting-started. |
Beta Was this translation helpful? Give feedback.
-
Same here. I tried on next.js with react 18. The toggle is not working. |
Beta Was this translation helpful? Give feedback.
-
I have install tailwind and flowbite,
in tailwind.config.js,
module.exports = {
content: [
"./src/**/*.{html,js}"
],
theme: {
extend: {},
},
plugins: [
require('flowbite/plugin')
],
}
and imported flowbite in index.js. Is there anything wrong? When i try for mobile the navbar toggle button not working.
Beta Was this translation helpful? Give feedback.
All reactions