Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Julien-R44/unocss-preset-flowbite

💅 An adaptation of the Flowbite Tailwind plugin for UnoCSS
https://github.com/Julien-R44/unocss-preset-flowbite

components-library flowbite headless unocss

Last synced: 17 days ago
JSON representation

💅 An adaptation of the Flowbite Tailwind plugin for UnoCSS

Awesome Lists containing this project

README

        



# unocss-preset-flowbite
💅 An adaptation of the [Flowbite](https://flowbite.com/) Tailwind plugin for [UnoCSS](https://github.com/unocss/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
```ts
import { defineConfig, presetAttributify, presetUno } from 'unocss'
import { presetFlowbite } from '@julr/unocss-preset-flowbite'

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

## License

[MIT](./LICENSE.md) License © 2022 [Julien Ripouteau](https://github.com/Julien-R44)