willrax / ember-power-calendar

Powerful and customizable calendar component for Ember

Home Page:http://www.ember-power-calendar.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember Power Calendar

Customizable Calendar Component for Ember.

Disclayment

This addon is in very early days of development, so things might change fast over the next weeks. Use it with caution!

Installation

ember install ember-power-calendar

Usage

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

{{#power-calendar selected=arrival onSelect=(action (mut arrival) value="moment") as |calendar|}}
  {{calendar.nav}}
  {{calendar.days}}
{{/power-calendar}}

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

About

Powerful and customizable calendar component for Ember

http://www.ember-power-calendar.com

License:MIT License


Languages

Language:JavaScript 54.3%Language:HTML 34.1%Language:CSS 11.6%