---
title: An exciting year ahead for Base UI
description: The unstyled component library will get a stable release, lots of new components, and even better DX in 2024.
date: 2024-02-13T00:00:00.000Z
authors: ['danilo-leal', 'michaldudak', 'colmtuite', 'oliviertassinari']
tags: ['Base UI', 'Product']
manualCard: true
---
The [story of Base UI](/blog/introducing-base-ui/) began several years ago—long before headless React component libraries skyrocketed in popularity—when we started to imagine a world in which Material UI could exist without Material Design.
We're super excited to share that this dream is becoming a reality!
This year will see a lot of investment in Base UI as we expand the team and focus hard on a stable release (tentatively planned for late 2024), which will come full of new components, features, and improvements.
Let's walk through some of the things we're cooking up.
## A larger set of components
Base UI today offers a modest set of components and hooks, including some slightly more complex ones such as [Autocomplete](https://v6.mui.com/base-ui/react-autocomplete/) and [Number Input](https://v6.mui.com/base-ui/react-number-input/).
However, we're aware that the package is still missing many primitive components that developers would need in order to adopt it for real-world applications.
Fear not, because we're working hard to ship more components with the stable release, including:
| Components to be added | |
| :--------------------- | --------------------------------------------------------------------------------------: |
| Accordion | [View the GitHub issue →](https://github.com/mui/base-ui/issues/25) |
| Alert Dialog | [View the GitHub issue →](https://github.com/mui/base-ui/issues/83) |
| Checkbox | [View the GitHub issue →](https://github.com/mui/base-ui/issues/24) |
| Collapsible | [View the GitHub issue →](https://github.com/mui/base-ui/issues/84) |
| Drawer | [View the GitHub issue →](https://github.com/mui/base-ui/issues/38) |
| Radio Group | [View the GitHub issue →](https://github.com/mui/base-ui/issues/26) |
| Tooltip | [View the GitHub issue →](https://github.com/mui/base-ui/issues/32) |
And potentially more!
We'd love for you to chime in and help us prioritize, so keep an eye on [the open issues](https://github.com/mui/base-ui/issues).
## Improved customization API
Currently, Base UI components can be customized to your heart's content using the `slots` and `slotProps` props.
(Read more about them in the "[Overriding component structure](https://v6.mui.com/base-ui/guides/overriding-component-structure/)" guide.)
```tsx
// Example of the slots prop
// Example of the slotProps prop
The CSS Animation transition is exaggerated here for the sake of demonstration.
## Getting many issues out of the way The core of what Base UI strives to deliver out of the box is first-class accessibility and an intuitive API for extensive customization. We've earmarked several issues we want to tackle before the stable release in areas such as keyboard navigation, better ARIA support, focus styles, and more. ## A more independent product So far, all Base UI-related development has happened within the [Material UI GitHub repository](https://github.com/mui/material-ui). That made a lot of sense in the beginning because we didn't intend for Base UI to be a standalone product at the time. As a result of this early decision, we've seen that some developers are hesitant to try it out because of the apparent association with Material Design. Rest assured that Base UI _is_ a standalone library, and it doesn't come packaged with _any_ default styles or themes.
Base UI is no longer _merely_ "Material UI without the styles"—as we've seen with developer trends over the last few years, the potential for growth and adoption of headless components could actually dwarf Material UI in the near future.
To acknowledge that Base UI has the potential to outgrow Material UI, we plan to move it to its own dedicated GitHub repository for more focused communication and collaboration with the community that's growing around it.
:::success
The new repository is live-[check it out on GitHub](https://github.com/mui/base-ui)!
:::
## Help us on the ride
We'd love to hear your feedback.
The best place to share your ideas and requests is in [the GitHub repository](https://github.com/mui/base-ui/issues).
Check out the existing issues and add your thoughts, and feel free to open your own issue if you don't see your concerns addressed elsewhere.
Happy development! 👋