Skip to content

QuentinFarizon/ember-power-calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ember Power Calendar Build Status

Customizable Calendar Component for Ember.

Disclaimer

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 are 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 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 55.6%
  • HTML 32.3%
  • CSS 12.1%