X Date Pickers Pro
@mui/x-date-pickers-pro
The Pro plan edition of the MUI X Date and Time Picker components.
Component Libraries
react
react-component
mui
mui-x
material-ui
material design
datepicker
daterangepicker
timepicker
datetimepicker
Stars
5.8k
Weekly
613k
Open issues
1424
Bundle
~25 kB
Installation
npm install @mui/x-date-pickers-proCode example
import Button from "@mui/material/Button";
import Stack from "@mui/material/Stack";
export function Example() {
return (
<Stack direction="row" spacing={2}>
<Button variant="contained">Primary</Button>
<Button variant="outlined">Secondary</Button>
</Stack>
);
}Pros & cons
Pros
- Actively maintained by MUI Team
- 613k weekly downloads. Battle tested
- First-class TypeScript definitions
- SEE LICENSE IN LICENSE licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 1424 open issues on GitHub