@julr/unocss-preset-flowbite
TypeScript icon, indicating that this package has built-in type declarations

0.0.2Β β€’Β PublicΒ β€’Β Published

unocss-preset-flowbite

πŸ’… An adaptation of the Flowbite Tailwind plugin for UnoCSS

🚧 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.

Installation

pnpm add -D @julr/unocss-preset-flowbite

Usage

import { defineConfig, presetAttributify, presetUno } from 'unocss'
import { presetFlowbite } from '@julr/unocss-preset-flowbite'

export default defineConfig({
  presets: [
    presetUno(),
    presetFlowbite()
  ],
})

License

MIT License Β© 2022 Julien Ripouteau

Package Sidebar

Install

npm i @julr/unocss-preset-flowbite

Weekly Downloads

86

Version

0.0.2

License

MIT

Unpacked Size

17.9 kB

Total Files

5

Last publish

Collaborators

  • julien-r44