Skip to content

Simple JavaScript Calendar based on vanilla.js (Just Another Javascript Calendar)

Notifications You must be signed in to change notification settings

sergeycherepanov/just-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple JavaScript Calendar based on vanilla.js (Just Another Javascript Calendar)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published