@repo/ui Component Library
v0.0.0
Radix UI
Tailwind CSS

@repo/ui

A production-grade shared UI component library built on Radix UI primitives, Tailwind CSS, and CVA. 42 components across 8 categories.

42 components
Dark mode
TypeScript
Accessible (ARIA)

Component Categories

Quick Start

// 1. Add to package.json
"@repo/ui": "*"

// 2. Add to next.config.js
transpilePackages: ['@repo/ui']

// 3. Add to tailwind.config.ts content
'../../packages/ui/src/**/*.{js,ts,jsx,tsx}'

// 4. Import components
import { Button, DataTable, Sidebar } from "@repo/ui"