📝(react) illustrate international calendars of DatePicker component

Show international capabilities of the `DatePicker` component using the
`locale` props and the Cunningham provider. Dates would
be automatically displayed in the appropriate calendar system.
This commit is contained in:
Lebaud Antoine
2023-06-26 14:28:17 +02:00
committed by aleb_the_flash
parent e1489b7fe0
commit 5c61413949
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
Add calendar system customization in `DatePicker` component