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