ui Svelte Themes

Ui

A web UI library for Svelte and Tailwind ♡.

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!

Installation

Via NPM.

npm i @xoolab/ui

Configuration

Add the XOOUI plugin into tailwind.config.cjs.

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

Documentation

Hosted websites for docs and examples (Built with Sveltekit + Tailwind + XOOUI):

Feedbacks

Dive in XOOUI

Clone the repository and run the docs site.

git clone https://github.com/xoolab/ui.git

npm run dev

Top categories

Loading Svelte Themes