ember-power-calendar
v1.3.1
Published
Powerful and customizable calendar component for Ember
Downloads
90,189
Readme
Ember Power Calendar
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