Skip to content

musem23/ui

 
 

Repository files navigation

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

About

Lightweight UI component library for React and vanilla JavaScript. Accessible, themeable, zero external dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 48.3%
  • TypeScript 20.3%
  • JavaScript 17.7%
  • CSS 13.7%