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

https://github.com/binsarjr/tailwindcss-iamlazy


https://github.com/binsarjr/tailwindcss-iamlazy

binsarjr hacktoberfest iamlazy tailwind tailwind-plugin tailwind-plugins tailwindcss tailwindui

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Not Ready

# I am Lazy
**I am Lazy** is a tailwindcss plugin built with a large collection of utilities and components.
# Instalation
installation using npm
```shell
> npm i --save @tailwindcss/iamlazy
```
or installation using yarn
```shell
> yarn add @tailwindcss/iamlazy
```
# Usage
Add `require('@tailwindcss/iamlazy')` to the plugin section of the `tailwind.config.js` config file.
```js
module.exports = {
...
plugins: [
require('@tailwindcss/iamlazy'),
...
],
...
}
```
[docs](docs/README.md)