Lightweight UI components for React and vanilla JavaScript.
Copy the release/ folder to your project:
release/
├── brand-ui.min.css (162 KB)
├── brand-ui.min.js (212 KB)
└── fonts/
<link rel="stylesheet" href="release/brand-ui.min.css">
<script src="release/brand-ui.min.js"></script>Copy react/components/ui/ to your project.
Requires: @radix-ui/*, tailwindcss, class-variance-authority, clsx, tailwind-merge
bun install
bun run build:vanilla # Generates dist/ and release/
bun dev # Dev server at localhost:4000