4.0.1 • Published 3 years ago

ember-time-enabled-pikaday v4.0.1

Weekly downloads
54
License
MIT
Repository
github
Last release
3 years ago

ember-time-enabled-pikaday

npm version downloads Build Status Ember Observer Score Dependency Status devDependency Status Code Climate

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.

Installation

cd your-project-directory
ember install ember-time-enabled-pikaday

Usage

You can pass your value as value parameter and handle action as onSelection parameter.

<TimeEnabledPikadayInput @value={{this.timeValue}} @onSelection={{this.doSomethingWithSelectedValue}} />

You can enable/disable time selection using timeEnabled parameter.

<TimeEnabledPikadayInput @timeEnabled={{this.timeEnabled}} />

You can set 24 hour format using use24hour parameter.

<TimeEnabledPikadayInput @use24hour=true />

You can enable/disable selecting minutes using showMinutes parameter.

<TimeEnabledPikadayInput @showMinutes=true />

You can enable/disable selecting seconds using showSeconds parameter.

<TimeEnabledPikadayInput @showSeconds=true />

You can enable/disable selecting weekends using disableWeekends parameter.

<TimeEnabledPikadayInput @disableWeekends=true />

You can set custom time label using timeLabel parameter.

<TimeEnabledPikadayInput @timeLabel='My time: ' />

Checkout live examples at ember-time-enabled-pikaday demo page

License

This project is licensed under the MIT License.

4.0.1

3 years ago

4.0.0

4 years ago

3.5.0

5 years ago

3.4.0

5 years ago

3.3.2

5 years ago

3.3.1

5 years ago

3.3.0

5 years ago

3.2.3

5 years ago

3.2.2

5 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.2

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago