Alnus UI

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" />
Last update: 3/20/2023, 3:07:50 AM