Ember Power Calendar
Customizable Calendar Component for Ember.
Compatibility
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Node.js v16 or above
Installation
ember install ember-power-calendar
Internet Explorer 11 support requires babel polyfill:
// ember-cli-build.js
let app = new EmberAddon(defaults, {
'ember-cli-babel': {
includePolyfill: true
}
});
Usage
There are many possible ways to use it, for giving you just a taste of the API:
Check the full documentation at www.ember-power-calendar.com