Skip to content

cwilgenhoff/react-day-event-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages