Open Aiyush-G opened 3 years ago
Just follow steps from daisyui site. Inside this project run npm install daisyui
and make sure that plugins section in tailwind.config.js contains
module.exports = {
plugins: [
require('daisyui'),
],
}
https://daisyui.com/docs/install
Hi, would it be possible for you to show me how to integrate it with daisy ui, after following your Github steps fine and the daisy ui steps separately, I cannot figure out how to use the plugin and make it work.
Thanks