0.1.0 • Published 5 years ago

react-good-calendar v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

react-good-calendar

React Calendar component

NPM JavaScript Style Guide

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