plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Collection of plugins for Windi CSS.

Results 8 plugins issues
Sort by recently updated
recently updated
newest added

Can we have a flowbite plugin FOR windi? I Ried the transform api but it doesn't work well https://github.com/themesberg/flowbite

Add the option to get code completion in JS Objects and Variables so we can make our code look good in React and other frameworks. FYI Using tailwind regex doesn't...

I've try `transform` API from `windicss/helpers`, and it's not work. Then, i've start to re-create this plugin in WindiCSS version. But i stuck in a problem **How to add some...

The [readme for @windicss/plugin-animations](https://github.com/windicss/plugins/tree/main/packages/animations) seems to specify the wrong package: ```diff # @windicss/plugin-animations Add [Animate CSS](https://github.com/animate-css/animate.css) as [Windi CSS](https://github.com/windicss/windicss) plugin to your project. This plugin is modified based on [tailwind-animate.css](https://github.com/bentzibentz/tailwindcss-animate.css)...

Would be great to either add types or rewrite in TypeScript to match the rest of WindiCSS

Are there plans to add https://github.com/tailwindlabs/tailwindcss-custom-forms ? Thanks!

I installed tailwind-elevation and set this in my windi.config.js ` plugins: [ require('tailwindcss-elevation')(['responsive']), ]` However, the elevation is not appearing.