UNPKG

tailwindcss-plugins

Version:
29 lines (20 loc) • 734 B
# Tailwindcss Plugins šŸ”ŒšŸŒŠ Set of useful plugins for tailwindcss ## Installation ```bash 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 ```js plugins: [ require('tailwindcss-plugins/PLUGIN_NAME'), // ... ], ``` ## Available plugins - :rainbow: [**gradients**](gradients) Define gradient backgrounds. - :open_book: [**pagination**](pagination) Customizable pagination component that integrates perfectly with Laravel. - :movie_camera: [**animations**](animations) Define CSS animations. - šŸŽžļø [**keyframes**](keyframes) Define CSS keyframes. *More to come. Don't hesitate to share your ideas by opening an issue.*