Pick components, icons, theme

Create

Select the components and icons you need, choose a theme, then run one command. Only what you pick lands in your project — no lock-in.

1 · Components (5 selected)

Ticket Stub & Retro · 57

Core Form & Inputs · 92

Pickers & Selectors · 43

Charts & Visualization · 45

Data Display & Tables · 121

Feedback & Overlays · 68

Navigation & Menus · 76

Editors & DevTools · 56

Media & Interactive · 101

2 · Icons (1 selected)

3 · Theme

4 · Install your bundle

npx bigbullui add button card badge input dialog icon-ticket

then paste theme tokens

:root {
  --background: #F6F0E0;
  --foreground: #17130C;
  --accent: #BC3A28;
  --muted: #ECE3CC;
  --card: #FFFDF5;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-accent: var(--accent);
  --color-muted: var(--muted);
  --color-card: var(--card);
}