Replies: 4 comments 3 replies
|
For interactive components please check out the Flowbite React library: |
0 replies
|
I'm having the same problem using the Flowbite React library. |
0 replies
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions