stupa-pdf-api/frontend/node_modules/@mui/x-date-pickers
2025-09-01 01:50:35 +02:00
..
AdapterDateFns Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
AdapterDateFnsBase Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
AdapterDateFnsJalali Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
AdapterDateFnsV3 Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
AdapterDayjs Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
AdapterLuxon Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
AdapterMoment Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
AdapterMomentHijri Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
AdapterMomentJalaali Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DateCalendar Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DateField Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DatePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DateTimeField Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DateTimePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
dateTimeViewRenderers Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
dateViewRenderers Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DayCalendarSkeleton Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DesktopDatePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DesktopDateTimePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DesktopTimePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DigitalClock Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
hooks Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
icons Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
internals Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
legacy Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
locales Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
LocalizationProvider Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
MobileDatePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
MobileDateTimePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
MobileTimePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
models Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
modern Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
MonthCalendar Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
MultiSectionDigitalClock Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
node Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
PickersActionBar Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
PickersCalendarHeader Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
PickersDay Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
PickersLayout Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
PickersShortcuts Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
StaticDatePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
StaticDateTimePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
StaticTimePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
themeAugmentation Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
TimeClock Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
TimeField Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
TimePicker Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
timeViewRenderers Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
YearCalendar Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
CHANGELOG.md Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
index.d.ts Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
index.js Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
LICENSE Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
package.json Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
README.md Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00

MUI X Date Pickers

This package is the community edition of the date and time picker components. It's part of MUI X, an open-core extension of MUI Core, with advanced components.

Installation

Install the package in your project directory with:

npm install @mui/x-date-pickers

Then install the date library of your choice (if not already installed). The pickers currently support the following date libraries:

// date-fns
npm install date-fns
// or dayjs
npm install dayjs
// or luxon
npm install luxon
// or moment
npm install moment

This component has the following peer dependencies that you will need to install as well.

"peerDependencies": {
  "@mui/material": "^5.8.6",
  "@mui/system": "^5.8.0",
  "react": "^17.0.0 || ^18.0.0",
  "react-dom": "^17.0.0 || ^18.0.0"
},

After completing the installation, you have to set the dateAdapter prop of the LocalizationProvider accordingly. The supported adapters are exported from @mui/x-date-pickers.

import { LocalizationProvider } from '@mui/x-date-pickers/LocalizationProvider';
// date-fns
import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFns';
// or for dayjs
import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs';
// or for luxon
import { AdapterLuxon } from '@mui/x-date-pickers/AdapterLuxon';
// or for moment
import { AdapterMoment } from '@mui/x-date-pickers/AdapterMoment';

function App({ children }) {
  return <LocalizationProvider dateAdapter={AdapterDateFns}>{children}</LocalizationProvider>;
}

Documentation

Visit https://mui.com/x/react-date-pickers/ to view the full documentation.