Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 669 Bytes

File metadata and controls

33 lines (23 loc) · 669 Bytes

Brand UI

Lightweight UI components for React and vanilla JavaScript.

Vanilla (No Framework)

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>

React

Copy react/components/ui/ to your project.

Requires: @radix-ui/*, tailwindcss, class-variance-authority, clsx, tailwind-merge

Build

bun install
bun run build:vanilla   # Generates dist/ and release/
bun dev                 # Dev server at localhost:4000