Skip to content

cibernox/ember-power-calendar

Repository files navigation

Ember Power Calendar

CI Ember Observer Score npm version

Customizable Calendar Component for Ember.

Compatibility

  • Ember.js v3.28 or above
  • Ember CLI v3.28 or above

Installation

ember install ember-power-calendar

Usage

There are many possible ways to use it, for giving you just a taste of the API:

<PowerCalendar @selected={{this.arrival}} @onSelect={{this.onChange}} as |calendar|>
  <calendar.Nav/>
  <calendar.Days/>
</PowerCalendar>

Check the full documentation at www.ember-power-calendar.com