Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 486 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 486 Bytes

JavaScript Calendar based on native js.

Previews:

Default Calendar View

Usage

Create html container for new widget:

<div id="calendar-widget"></div>

Initialize and render new widget:

var calendarWidget = new JustCalendar({container: document.getElementById('calendar-widget')});

Demo: http://www.cherepanov.org.ua/just-calendar/examples/demo.html