Welcome to @anggiedimasta/ui
A modern Vue 3 UI component library built with TypeScript and Tailwind CSS v4. Create beautiful, accessible, and performant web applications with ease.
Why Choose @anggiedimasta/ui?
Fast & Lightweight
Built with modern web technologies for optimal performance. Tree-shakeable components ensure minimal bundle size.
TypeScript Ready
Full TypeScript support with excellent developer experience. Get autocomplete, type checking, and better IDE integration.
Highly Customizable
Easy to customize with Tailwind CSS v4 and CSS variables. Design system that adapts to your brand.
Quick Start
Installation
pnpm add tailwindcss@^4 @anggiedimasta/uiImport CSS
@import "tailwindcss";
@import "@anggiedimasta/ui/styles.css";Usage
import { Button } from '@anggiedimasta/ui'
<Button variant="primary">Click me</Button>