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
- Host: GitHub
- URL: https://github.com/binsarjr/tailwindcss-iamlazy
- Owner: binsarjr
- Created: 2020-08-17T13:01:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T15:15:07.000Z (over 5 years ago)
- Last Synced: 2025-02-05T00:26:57.163Z (about 1 year ago)
- Topics: binsarjr, hacktoberfest, iamlazy, tailwind, tailwind-plugin, tailwind-plugins, tailwindcss, tailwindui
- Language: JavaScript
- Homepage:
- Size: 485 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)