Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessiogr/flowbite-windicss-plugin
Same as their tailwind plugin, but for windicss
https://github.com/alessiogr/flowbite-windicss-plugin
Last synced: 3 months ago
JSON representation
Same as their tailwind plugin, but for windicss
- Host: GitHub
- URL: https://github.com/alessiogr/flowbite-windicss-plugin
- Owner: AlessioGr
- License: apache-2.0
- Created: 2022-08-11T09:55:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T16:57:58.000Z (about 2 years ago)
- Last Synced: 2024-10-08T17:06:52.871Z (3 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flowbite-windicss-plugin
Same as their tailwind plugin ( https://github.com/themesberg/flowbite/blob/main/plugin.js ), but for WindiCSS. NPM Page: https://www.npmjs.com/package/flowbite-windicss-plugin## Usage
1. Run `pnpm install flowbite-windicss-plugin`
2. In `windi.config.js`:```javascript
import flowbite from "flowbite-windicss-plugin";export default defineConfig({
plugins: [flowbite],
...
```