Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lorisleiva/tailwindcss-plugins

🔌🌊 Set of useful plugins for tailwindcss
https://github.com/lorisleiva/tailwindcss-plugins

Last synced: about 2 months ago
JSON representation

🔌🌊 Set of useful plugins for tailwindcss

Awesome Lists containing this project

README

        

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