1.0.0 • Published 5 years ago
tailwindui-iamlazy v1.0.0
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/iamlazyor installation using yarn
> yarn add @tailwindui/iamlazyUsage
Add require('@tailwindui/iamlazy') to the plugin section of the tailwind.config.js config file.
module.exports = {
...
plugins: [
require('@tailwindui/iamlazy'),
...
],
...
}1.0.0
5 years ago