Issue with DatePicker and Carousel for Nextjs #167
Unanswered
xiaolin911211
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to use DatePicker and Carousel for Nextjs the functionality does not work, when i click on it nothing happens.
Package.json file:
"flowbite": "^1.4.7",
"flowbite-datepicker": "^1.2.1",
"flowbite-react": "^0.0.25",
tailwind.config
module.exports = {
darkMode: 'media',
content: [
"./src//*.{html,js,svelte,ts}",
"./pages//.{js,ts,jsx,tsx}",
"./components/**/.{js,ts,jsx,tsx}",
"./node_modules/flowbite//*.js",
"./node_modules/flowbite-react//*.js",
],
theme: {
extend: {},
},
plugins: [ require('flowbite-react')],
}
Code page:
</div
Beta Was this translation helpful? Give feedback.
All reactions