Description:
things-calendar is a simple, flexible, elegant date picker for the web.
Installation:
# NPM $ npm install things-calendar --save
Usage:
import React from "react";
import ReactDOM from 'react-dom';
import Calendar from 'things-calendar';
<Calendar
onSelect={(date) => console.log(date)}
show={true}
/>Default props.
{
show: false,
onSelect: (date) => console.log(date),
enableKeyboardInput: false,
}





