ember-time-enabled-pikaday is an addon that enables you creating time enabled pikaday
components in your Ember.js application.
ember-pikaday is used in background.
cd your-project-directory
ember install ember-time-enabled-pikaday
You can pass your value as value
parameter and handle action as onSelection
parameter.
You can enable/disable time selection using timeEnabled
parameter.
You can set 24 hour format using use24hour
parameter.
You can enable/disable selecting minutes using showMinutes
parameter.
You can enable/disable selecting seconds using showSeconds
parameter.
You can enable/disable selecting weekends using disableWeekends
parameter.
You can set custom time label using timeLabel
parameter.
Checkout live examples at ember-time-enabled-pikaday demo page
This project is licensed under the MIT License.