Tailwindcss Plugins
August 10, 2019 ยท View on GitHub
๐๐ Set of useful plugins for tailwindcss
Installation
npm i tailwindcss-plugins -D
If you're using Tailwind CSS version 0.x, please run npm i tailwindcss-plugins@^0.1.0 -D.
General usage
plugins: [
require('tailwindcss-plugins/PLUGIN_NAME'),
// ...
],
Available plugins
- :rainbow: gradients Define gradient backgrounds.
- :open_book: pagination Customizable pagination component that integrates perfectly with Laravel.
- :movie_camera: animations Define CSS animations.
- ๐๏ธ keyframes Define CSS keyframes.
More to come. Don't hesitate to share your ideas by opening an issue.