Get Started
The cupboard-ui library is built on Tailwind, therefore, to use this library, you need to install Tailwind and all the installation process of Tailwind can be read in here
Installation
Install the plugin from npm
npm install cupboard-uiThen add the plugin to your tailwind.config.js file:
module.exports = {
theme: {
// ...
},
plugins: [
require('cupboard-ui'),
// ...
],
}And import cupboard-ui styling in your stylesheet.
@import url('./node-modules/cupboard-ui/lib/style.css');Last updated on November 28, 2022