š An adaptation of the Flowbite Tailwind plugin for UnoCSS
npm install @julr/unocss-preset-flowbite

š§ Warning: The preset does not currently support all Flowbite features yet. I just added what I needed for the moment.
So use it at your own risk, and feel free to make PRs or open issues if you need more features.
pnpm add -D @julr/unocss-preset-flowbite
`Usage
`ts
import { defineConfig, presetAttributify, presetUno } from 'unocss'
import { presetFlowbite } from '@julr/unocss-preset-flowbite'export default defineConfig({
presets: [
presetUno(),
presetFlowbite()
],
})
``MIT License Ā© 2022 Julien Ripouteau