@nicolassarasin-pontico/plugin-date
v1.5.0
Published
Un composant React de sélection de date simple et réutilisable
Downloads
19
Readme
@niclassarasin-pontico/plugin-date
Un composant React simple pour choisir une date au format MM/DD/YYYY.
Installation and configuration
npm install @niclassarasin-pontico/plugin-dateand after installation , Import this package where you want to use the calendar...
import PluginDate from './Components/PluginComponent/src/Plugin_date';Use it in this way...
<PluginDate label="Start Date" selectedDate={startDate} onChange={setStartDate}/>