@kmhgmbh/kmh-time-selector

1.6.0 • Public • Published

kmh-time-selector

Project setup

npm i @kmhgmbh/kmh-time-selector

Integration

import Vue from 'vue';
import App from './App.vue';
import KmhTimeSelector from '@kmhgmbh/kmh-time-selector';

Vue.use(KmhTimeSelector);
Vue.config.productionTip = false;

new Vue({
  render: h => h(App),
}).$mount('#app');

Usage

<time-selector
  :steps="15"
  :config="config"
/>

Props

{
  "steps": int,
  "config": {
    "selectedDate": Date,
    "selectedTime": string
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @kmhgmbh/kmh-time-selector

Weekly Downloads

0

Version

1.6.0

License

none

Unpacked Size

31.3 kB

Total Files

6

Last publish

Collaborators

  • ruslan92
  • mlabenski
  • rgiermann-kmh
  • julianpung
  • cpropp-kmh