Install react-datepicker
mainInstall the package using npm or yarn. Note that react and prop-types must be installed separately as they are not included in the package. You must also import the component's CSS file for the picker to render correctly.
npm install react-datepicker --save
# or
yarn add react-datepicker