1.0.0 • Published 8 years ago

ember-time-tools v1.0.0

Weekly downloads
13
License
MIT
Repository
github
Last release
8 years ago

Ember-time-tools

This Ember-cli addon provides date and time related tools for Ember applications. The primary components consist of a date-picker, time-picker and a calendar.

Demo

http://lozjackson.github.io/ember-time-tools/

Installation

  • ember install ember-time-tools

Use

DatePicker

Create a DatePickerComponent using the following example:

{{date-picker selectedDate=selectedDate select="select"}}

You can use the InputDateComponent to create a html input element and a DatePickerComponent in one.

{{input-date value=date}}

TimePicker

Create a TimePickerComponent using the following example:

{{time-picker selectedTime=selectedTime select="select"}}

You can use the InputTimeComponent to create a html input element and a TimePickerComponent in one.

{{input-time value=time}}

Calendar

You can create a CalendarMonthComponent using the following example:

{{calendar-month events=model}}

Compatibility

Ember version ^2.0 is required for this addon to function correctly. Ember v1.x is not supported.

1.0.0

8 years ago

0.8.1

9 years ago

0.8.0

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago