♻️(react) refactor DatePicker component

Refactor the original DatePicker component to utilize the newly created shared
common DatePickerAux component. This modification enhances code consistency,
and promotes the reuse of the DatePickerAux across date inputs variants.
This commit is contained in:
Lebaud Antoine
2023-06-16 17:00:14 +02:00
committed by aleb_the_flash
parent 0d6b98ee1f
commit 114d0b5f2e
5 changed files with 137 additions and 204 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
Refactor DatePicker component