0.0.1 • Published 6 years ago

vue-time-slot v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

alt text

Vue Time Slot

A tiny Vue time slot selector component with no dependencies for your app!

Demo

Demo

Installation

npm install vue-time-slot --save

Usage

import VueTimeSlot from "vue-time-slot";

new Vue({
  el: "#app",

  components: {
    VueTimeSlot
  }
});
<vue-time-slot :min="5" ></vue-loop>

Optional Props

PropTypeDefault
MinNumber5

Features

  • Lightweight
  • No dependencies
  • Time and Date format

TODO

  • DEMO
  • Time format: 12 / 24
  • Date format: ( moment type: l, L, LL, ll )

License

Licensed under the MIT License and maintained by Nobal