README
react-good-calendar
React Calendar component
Install
npm install --save react-good-calendar
Usage
import React from 'react'
import Calendar from 'react-good-calendar'
function Example() {
return (
<Calendar />
);
}
Development
In one tab, run the rollup watcher:
npm start
In another tab, run the create-react-app development server:
cd example && npm start
License
MIT © felamaslen