You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
10
+
The [story of MUI Base](/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.
11
11
12
12
We're super excited to share that this dream is becoming a reality!
13
-
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.
13
+
This year will see a lot of investment in MUI Base as we expand the team and focus hard on a new version (tentatively planned for late 2024), which will come full of new components, features, and improvements.
14
14
15
15
Let's walk through some of the things we're cooking up.
16
16
17
17
## A larger set of components
18
18
19
-
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/).
19
+
MUI Base 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/).
20
20
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.
21
21
Fear not, because we're working hard to ship more components with the stable release, including:
22
22
@@ -35,7 +35,7 @@ We'd love for you to chime in and help us prioritize, so keep an eye on [the ope
35
35
36
36
## Improved customization API
37
37
38
-
Currently, Base UI components can be customized to your heart's content using the `slots` and `slotProps` props.
38
+
Currently, MUI Base components can be customized to your heart's content using the `slots` and `slotProps` props.
39
39
(Read more about them in the "[Overriding component structure](https://v6.mui.com/base-ui/guides/overriding-component-structure/)" guide.)
40
40
41
41
```tsx
@@ -75,15 +75,17 @@ They're currently available for use with the Popup, Menu, and Select, and the pl
75
75
76
76
## Getting many issues out of the way
77
77
78
-
The core of what Base UI strives to deliver out of the box is first-class accessibility and an intuitive API for extensive customization.
78
+
The core of what MUI Base strives to deliver out of the box is first-class accessibility and an intuitive API for extensive customization.
79
79
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.
80
80
81
-
## A more independent product
81
+
## A more independent product: Base UI
82
82
83
-
So far, all Base UI-related development has happened within the [Material UI GitHub repository](https://github.com/mui/material-ui).
84
-
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.
83
+
So far, all MUI Base-related development has happened within the [Material UI GitHub repository](https://github.com/mui/material-ui).
84
+
That made a lot of sense in the beginning because we didn't intend for MUI Base to be a standalone product at the time.
85
85
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.
86
-
Rest assured that Base UI _is_ a standalone library, and it doesn't come packaged with _any_ default styles or themes.
86
+
Rest assured that MUI Base _is_ a standalone library, and it doesn't come packaged with _any_ default styles or themes.
87
+
88
+
But to make it clear, and to reflect all the breaking changes coming in 2024, the new version of MUI Base will be called **Base UI**.
87
89
88
90
<imgalt="Material UI vs. Base UI: independent but related products."src="/static/blog/base-ui-2024-plans/material-vs-base.png"width="2400"height="900"loading="lazy" />
0 commit comments