Skip to content

naeka/ember-power-calendar

 
 

Repository files navigation

Ember Power Calendar Build Status

Customizable Calendar Component for Ember.

Disclaimer

Version 0.14 of this addon requires Ember 3.11 or greater. Versions below 0.14 would work with Ember 3.0+ (and perhaps 2.12+)

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:

<PowerCalendar @selected={{arrival}} @onSelect={{action (mut arrival) value="date"}} as |calendar|>
  <calendar.Nav/>
  <calendar.Days/>
</PowerCalendar>

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

About

Powerful and customizable calendar component for Ember

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.3%
  • Handlebars 29.1%
  • SCSS 9.1%
  • Less 2.4%
  • HTML 0.7%
  • CSS 0.4%