This project was bootstrapped with Create React App.
You can start using this component by including it in your project.
const [date,setDate]=useState(new Date())
<Calendar onChange={setDate} onValue={date}/>
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.