This commit is contained in:
Manav Rathi 2024-08-02 11:21:25 +05:30
parent 54d97c222e
commit 57dd8b0c67
No known key found for this signature in database

View File

@ -148,6 +148,15 @@ specifying the import map as mentioned
but that disables the SWC integration altogether, so we live with this
infelicity for now.
### Date pickers
[@mui/x-date-pickers](https://mui.com/x/react-date-pickers/getting-started/) is
used to get a date/time picker component. This is the community version of the
DateTimePicker component provided by MUI.
For using `@mui/x-date-pickers`, we also need to choose and install a date
library that it will internally use to manipulate dates. For this end, we use [date-fns](https://github.com/date-fns/date-fns).
### Translations
For showing the app's UI in multiple languages, we use the