Installation
Install from NPM
Suppose you already have TailwindCSS installed, you just need to install alnus-ui
package.
yarn add -D alnus-ui
After that, add following code to your tailwind.config.js
.
module.exports = {
plugins: [require("alnus-ui")],
};
Install from CDN
Add following lines in your HTML.
<link rel="stylesheet" href="https://unpkg.com/alnus-ui/dist/base.css" />
<link rel="stylesheet" href="https://unpkg.com/alnus-ui/dist/components.css" />