tailwindcss-plugins
Version:
Set of useful plugins for tailwindcss
29 lines (20 loc) ⢠734 B
Markdown
# 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.*