A tiny Vue time slot selector component with no dependencies for your app!
npm install vue-time-slot --save
import VueTimeSlot from "vue-time-slot";
new Vue({
el: "#app",
components: {
VueTimeSlot
}
});
<vue-time-slot :min="5" ></vue-loop>
Prop | Type | Default |
---|---|---|
Min | Number | 5 |
- Lightweight
- No dependencies
- Time and Date format
- DEMO
- Time format: 12 / 24
- Date format: ( moment type: l, L, LL, ll )
Licensed under the MIT License and maintained by Nobal