adopted-ember-addons / ember-pikaday

A datepicker component for Ember CLI projects.
MIT License
158 stars 169 forks source link

Passing theme value #14

Closed DerToti closed 9 years ago

DerToti commented 9 years ago

Currently the newest (master) version of Pikaday is supporting custom classes for the datepicker but its not provided for this component. You also dont have the possibility to pass any option. Can you add themes as an option like this?

var options = {
  ...
  theme: this.get('theme')
  ...
}

I saw on #9 something simular was requested there.

stravid commented 9 years ago

Resolved with release 0.8.0.