Usage warning

XOOUI is still in the proof-of-code stage, you can join us at github.com/xoolab/ui.

# Installation

Install XOOUI via npm or any other node package managers you like.

plaintext
npm i @xoolab/ui

# Configuration

Add the XOOUI plugin in tailwind.config.cjs

javascript
/** @type {import('tailwindcss').Config} */
module.exports = {
  plugins: [
    require("@xoolab/ui/tailwind/index.cjs"),
  ],
}