Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorisleiva/tailwindcss-plugins
🔌🌊 Set of useful plugins for tailwindcss
https://github.com/lorisleiva/tailwindcss-plugins
Last synced: 12 days ago
JSON representation
🔌🌊 Set of useful plugins for tailwindcss
- Host: GitHub
- URL: https://github.com/lorisleiva/tailwindcss-plugins
- Owner: lorisleiva
- License: mit
- Created: 2018-05-12T12:59:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T15:18:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T01:28:51.179Z (about 1 month ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 284
- Watchers: 8
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- tailwindcss-awesome - lorisleiva/tailwindcss-plugins - 🔌🌊 Set of useful plugins for tailwindcss <br/> (13 stars / 2019-08-10 / 66 commits ) (Running the update / By Popularity)
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.*