Skip to content

nicklevi/ember-date

 
 

Repository files navigation

ember-date-components

Build Status Ember Observer Score

An Ember add-on which provides pure Ember-based date picker components.

Installation

  • ember install ember-moment - This is a dependency that you will need to install manually
  • ember install ember-date-components

Basic Usage

{{date-picker action=(action 'updateDate')}}
{{date-picker range=true action=(action 'updateDateRange')}}

The date picker can also display custom options, e.g. 'Last 7 days'.

For more detailed instructions and examples, please visit the documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 64.6%
  • JavaScript 26.9%
  • HTML 7.7%
  • PHP 0.8%