# 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.*
