npm.io
1.0.3 • Published 6 years ago

vue-bootstrap-time-picker

Licence
MIT
Version
1.0.3
Deps
0
Size
20 kB
Vulns
0
Weekly
0
Stars
1

Installation

screenshot

yarn add vue-bootsrtap-time-picker 

or

npm i vue-bootstrap-time-picker --save-dev

Usage

Register the component in your vue files as :

import TimePicker from 'vue-bootstrap-time-picker';

export default {
    components: {
        TimePicker
    },

    data() {
        return {
            time: ''
        }
    }
}
<form>
    <time-picker v-model="time" />
</form>

Props

prop value description
name string: default="" name of the input
placeholder string: default="" placeholder for the input

Keywords