【发布时间】:2022-06-18 15:10:53
【问题描述】:
你好,我使用 flowbite 和 tailwindcss 和 react js 但是组件在 react 中不起作用
(可以点击链接查看图片目录)
I imported the flowbite in the index.js
This Drp component you can see in the image
那么这是我的 tailwind.config.js :
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}", "./node_modules/flowbite/**/*.js"],
theme: {
extend: {},
},
plugins: [
require('flowbite/plugin')
],
}
但这不起作用,如何解决这个问题???
【问题讨论】:
-
这是一个临时解决方法stackoverflow.com/a/72160480/12098866
标签: reactjs tailwind-css flowbite