# Base UI

> Headless primitives from the people behind MUI and Radix

Category: UI component libraries (https://aiarabicdev.com/ui-components)
Canonical page: https://aiarabicdev.com/ui-components/base-ui
Tags: react, headless, accessibility, primitives

Base UI is an unstyled React component library built by contributors from MUI, Radix and Floating UI. It covers the same ground as Radix Primitives with a newer API, a smaller surface and a shared team behind the anchoring and positioning logic.

## Facts

- Licence: MIT
- Language: TypeScript
- Cost: Free and open source
- Self hostable: yes
- Added: 2026-08-23
- Last checked: 2026-08-23

## Links

- Website: https://base-ui.com
- Source: https://github.com/mui/base-ui

## How it differs from Radix

The API is flatter. Fewer nested parts are required to assemble a working component, and the positioning story is unified because the same people maintain Floating UI.

It is also younger. Fewer components have shipped and fewer projects depend on it, which cuts both ways: less accumulated cruft and fewer answered questions when something behaves oddly.

## Choosing between them

For a new project where you want headless components and you like the API better, Base UI is a reasonable default. For a project that already depends on the Radix ecosystem, including anything installed through shadcn/ui, switching gains you very little.

Do not run both. Two portal and focus management systems on one page produces layering bugs that are genuinely unpleasant to debug.

## Reach for it when

- a new project that wants headless components with a modern API
- you already use Floating UI and want the same positioning model
- you find the Radix composition style too verbose

## Watch out for

- younger than the alternatives, so expect fewer components and fewer answered questions
- the API has moved between releases, so pin versions and read changelogs
- mixing it with Radix in one app causes portal and focus conflicts

## Get started

Install:

```sh
pnpm add @base-ui-components/react
```

---

aiarabicdev is a free directory of open source tools. No affiliate links, no sponsored placements.
New entries are announced at https://t.me/arabic_Intelligence
