mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
4.57k stars 1.34k forks source link

[pickers] Base UI DX for the date views #15558

Open flaviendelangle opened 1 week ago

flaviendelangle commented 1 week ago

This is an early stage draft of what the DX could look like for the unstyled version of the date views.

Curent MUI X structure

<DateCalendar />

Edit day, month and year for a single date.

<YearCalendar />

Edit a year for a single date

<MonthCalendar /> edit a month for a single date

<DateRangeCalendar />

Edit days for a range of dates

Planned Base UI X structure

Benchmark