calendar-component

0.0.3 • Public • Published

Calendar

Calendar UI component designed for use as a date-picker, full-sized calendar or anything in-between.

javascript calendar component

Installation

$ component install component/calendar

Example

var Calendar = require('calendar');
var cal = new Calendar;
cal.el.appendTo('body');

Events

  • prev when the prev link is clicked
  • next when the next link is clicked
  • change (date) when the selected date is modified

API

new Calendar(date)

Initialize a new Calendar with the given date shown, defaulting to now.

Calendar#select(date)

Select the given date (Date object).

Calendar#show(date)

Show the given date. This does not select the given date, it simply ensures that it is visible in the current view.

Calendar#prev()

Show the previous view (month).

Calendar#next()

Show the next view (month).

Themes

Aurora:

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i calendar-component

Weekly Downloads

3

Version

0.0.3

License

none

Last publish

Collaborators

  • tjholowaychuk