1.0.0 • Published 4 years ago

tailwindui-iamlazy v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

I am Lazy

I am Lazy is a tailwindcss plugin built with a large collection of utilities and components.

Instalation

installation using npm

> npm i --save @tailwindui/iamlazy

or installation using yarn

> yarn add @tailwindui/iamlazy

Usage

Add require('@tailwindui/iamlazy') to the plugin section of the tailwind.config.js config file.

module.exports = {
    ...
    plugins: [
        require('@tailwindui/iamlazy'),
        ...
    ],
    ...
}

docs