(react) introduce a reusable common DatePicker component

For both mono date and range date selection, create a versatile
DatePickerAux component that shares common logics, between both
selection mode.
This commit is contained in:
Lebaud Antoine
2023-06-16 16:57:51 +02:00
committed by aleb_the_flash
parent 0dae71aa92
commit 0775490a60
2 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
Introduce a common DatePickerAux component