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