A web UI library for Svelte and Tailwind.
Svelte + Tailwind are cool, they fit my vision of what webapp development looks like. XOOUI allows you to write less CSS classes than when just using Tailwind, and use CSS variables for theme customization.
Note that XOOUI is now in the PoC phase, DON'T use it in production!
Via NPM
.
npm i @xoolab/ui
Add the XOOUI plugin into tailwind.config.cjs
.
/** @type {import('tailwindcss').Config} */
module.exports = {
plugins: [
require("@xoolab/ui/tailwind/index.cjs"),
],
}
Hosted websites for docs and examples (Built with Sveltekit + Tailwind + XOOUI):
Clone the repository and run the docs site.
git clone https://github.com/xoolab/ui.git
npm run dev