Base UI
37 unstyled React components from the Radix, Floating UI and MUI teams
Tier A · StrongPrimitiveComponent Librarybase-ui.com

Base UI is an unstyled, styling-agnostic React component library built by people from Radix, Floating UI and MUI. It shipped v1.0.0 in December 2025 and now documents 37 components, including several Radix never had — Autocomplete, Combobox, Drawer, Field, Meter and OTP Field. Every component is tree-shakable and composition-first, and the docs publish a full llms.txt aimed at coding agents.
npm install @base-ui/reactFor an agent
Choose Base UI over Radix when the design calls for a Combobox, Autocomplete, Drawer, OTP Field or Field-level validation wiring, since Radix has no first-party equivalent and you would otherwise bolt on cmdk plus Vaul plus a form library. It has the best agent-facing docs of any primitive library here: fetch https://base-ui.com/llms.txt, and note that the docs explicitly tell you to downgrade the Tailwind v4 examples if the project is on v3. shadcn/ui ships a Base UI variant, so check which primitive layer a project already vendors before mixing the two — running Radix and Base UI side by side duplicates portal and focus-management logic.
Why it is here. The most credible successor to Radix Primitives, built by the same people who wrote the original, and the first primitive library designed with LLM consumers in mind.
Facts
- License
- MIT
- Pricing
- Free, Open source
- Framework
- React, Next.js
- Styling
- Tailwind CSS v4, Vanilla CSS, CSS Modules, CSS custom properties
- Distribution
- npm package, GitHub repository, Copy-paste snippet
- Platform
- Web
- Content type
- Code, Prose / writing
- Agent readiness
- llms.txt, Structured documentation, Readable open source, Copy-paste ready code
- Accessibility
- Full ARIA pattern implemented, Keyboard navigable, Focus management and visible focus, Screen reader tested, RTL and i18n aware, Semantic HTML
- Maturity
- Actively maintained
- GitHub stars
- 10,636
- Package
- @base-ui/react
Components it ships
37 totalHelps you build
12Notable for
- v1.0.0 stable since December 2025
- Combobox, Autocomplete and Drawer that Radix lacks
- first-class llms.txt with per-page .md
- team from Radix, Floating UI and MUI
- tree-shakable, styling-agnostic
Provenance
Verified 2026-08-16. HTTP 200. https://base-ui.com/react/overview/quick-start, https://base-ui.com/llms.txt (200, 37 component paths), registry.npmjs.org/@base-ui/react (v1.7.0, MIT), api.github.com/repos/mui/base-ui
Also in Component Libraries
6- Ark UI · 49 headless components with one API across React, Vue, Solid and Svelte
- Astryx · Meta's open-source React + StyleX design system, 150+ components and 42 templates
- Chakra UI · 114 accessible React components with a token-driven styling system
- Coss UI · Cal.com's design system: 60 Base UI primitives shipped as a shadcn registry
- daisyUI · 68 pure-CSS Tailwind components as semantic class names, MIT, with 35 built-in themes
- GPUI Component · 60+ Rust desktop UI components for GPUI, with a 200K-line code editor and charts