Skip to content

iengindev/mui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

License: MIT

MUI – Modular UI Library for Vue 3

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."


πŸš€ Features

  • ⚑ 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

πŸ“¦ Installation

-

If using global styles:

-

🏁 Quick Start

import { createApp } from "vue";
import App from "./App.vue";

createApp(App);

Using a component:

-

πŸ›  Configuration (optional)

-

🎨 Styling & Theming

MUI is built on TailwindCSS and uses CSS variables for theming.

Customizing theme:

-

πŸ“˜ Documentation

Releases

No releases published

Packages

No packages published