---
title: v0.1.0
type: changelog
date: 2026-08-29
changelog:
  version: 0.1.0
  category: Release
---

The first release: a component library you own, built on Base UI and
StyleX. Components are copied into your project as editable source — no
package to depend on, no class-name soup to fight.

- **54 components** — from Button and Dialog to Combobox with multi-select
  chips, Command palette, Drawer, Toast, and less common ones like
  Autocomplete, Meter, Number Field, Toolbar, and Checkbox Group
- **Base UI underneath** — accessibility, focus management, and positioning
  from headless primitives; every state styled via data attributes
- **StyleX styling** — compile-time atomic CSS, design tokens for every
  color/space/type/motion value, dark mode as a single theme object
- **Consistent API** — `variant`, `size`, and a `style` prop merged last on
  every component; agents and humans learn one pattern
- **Docs with live previews** — focused examples for every feature, plus
  guides for installation, theming, and dark mode
- **Two install paths** — the `madeui` CLI (`init` wires the StyleX build),
  or the shadcn CLI against our registry
