@kmhgmbh/kmh-time-selector
v1.6.0
Published
## Project setup
Downloads
11
Keywords
Readme
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
}
}