Socket
Socket
Sign inDemoInstall

ember-time-enabled-pikaday

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-time-enabled-pikaday

time enabled extension of ember-pikaday


Version published
Maintainers
3
Created
Source

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.

Keywords

FAQs

Package last updated on 08 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc