cwilgenhoff / react-day-event-calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-day-event-calendar


http://i.imgur.com/NF1W6mV.png

Installation

Install all dependencies.

$ npm install

Run

Starts the application.

$ npm start

Development

Builds the application and keeps watching for changes.

$ npm build

API

The calendar exposes a global function that you can interact with from the browser console.

> window.layOutDay([{start: 30, end: 120}, {start: 300, end: 500}, {start: 290, end: 430}])

About


Languages

Language:JavaScript 99.9%Language:CSS 0.1%Language:HTML 0.0%