Nejc Korošec

Results 2 comments of Nejc Korošec

**Nuxt 3 configuration** Install **_flowbite_** and add configuration to _tailwind.config.js_ ``` module.exports = { content: ['./node_modules/flowbite/**/*.js'], theme: { extend: {}, }, plugins: [require('flowbite/plugin')], }; ``` Create new nuxt client plugin...

Since Nuxt is not production-ready and Flowbite doesn't have any install recommendations yet, you can use **CDN** option **OR** go with _hackish_ way -> to flowbite file in node modules...