A dropdown time picker (hour|minute|second) for Vue.js (1.x), with flexible time format support
npm install vue-time-pickerA dropdown time picker (hour|minute|second) for Vue.js (1.x), with flexible time format support
> 🎉 The brand new version for Vue 2.x is up!
>
> Please check vue2-timepicker for your Vue 2.x project
You can see the vue-timepicker in action in the Demo Page
Vue.js 1.x (>=v1.0.21 <2.0.0)
Through NPM (recommended)
``bash`
npm install vue-time-picker --save
Bower
`bash`
bower install vue-timepicker --save
Step 1: Import VueTimepicker
A. Include with modules
`javascript
// import
import VueTimepicker from 'vue-time-picker'
// Or, require
var VueTimepicker = require('vue-time-picker')
`
B. Include with