Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Julien-R44/unocss-preset-flowbite
- Owner: Julien-R44
- Created: 2022-07-03T08:01:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T22:12:35.000Z (about 2 years ago)
- Last Synced: 2024-10-13T21:28:47.970Z (23 days ago)
- Topics: components-library, flowbite, headless, unocss
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 27
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-unocss - unocss-preset-flowbite - Port of [Flowbite Tailwind plugin](https://github.com/themesberg/flowbite) for UnoCSS. (Presets)
- awesome-unocss - unocss-preset-flowbite - Port of [Flowbite Tailwind plugin](https://github.com/themesberg/flowbite) for UnoCSS. (Presets)
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)