A zero-dependency calendar component with 100% test and type coverage.
- Install:
npm install --save react-calendar-sample
- Install:
npm install --save git+https://git@github.com/danwoods/react-calendar-sample.git
import Calendar from 'react-calendar-simple'
export const WrappedCalendar = ({ date }) => <Calendar date={date} />
See Demo
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.