Package Exports
- ractive-ez-timepicker
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ractive-ez-timepicker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ractive Ez Time Picker
Time picker component for ractive.js
Install
npm i ractive-ez-timepickerimport 'ractive-ez-timepicker';
import 'ractive-ez-timepicker/themes/blue.less';Requires less-loader
Usage
<EzTimePicker value="{{ value }}" on-change="@this.handleDateChange($1)" />
<EzTimePicker value="{{ value }}" format="hh:mm" required="false" />
<EzTimePicker value="{{ value }}" format="hh:mm:ss" disabled="true"/>value: Date or nullrequired: True if the input is requireddisabled: True if the time picker is disabledformat: Format to use when viewing/editing the time, can use hh, mm, ss