Version: v0.0.1-beta
Status: Early Beta
A modular, flexible, and stylish UI component library built for modern Vue 3 applications. Powered by Vite, TypeScript, TSX, and TailwindCSS. Designed for scalability, customization, and clean development workflows.
π¨ "Focused on simplicity, speed, and elegant component architecture."
- β‘ Fast & Lightweight β minimal overhead, fast builds
- π§ Modular Architecture β import only what you need
- π¦ TypeScript-first β strict typing & full IntelliSense support
- π§© TSX-based Components β cleaner logic, less template noise
- π Optimized for Vite
-
If using global styles:
-import { createApp } from "vue";
import App from "./App.vue";
createApp(App);Using a component:
--MUI is built on TailwindCSS and uses CSS variables for theming.
Customizing theme:
-