1.0.11 • Published 3 years ago

andyh-datepicker v1.0.11

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

AndyH-DatePicker

This is a simple Date Picker component written in Vue JS.

ScreenShot

Install

Install with NPM with:

npm install andyh-datepicker

Import the component into your Vue App:

import AndyHDatePicker from 'andyh-datepicker'
...

export default {
    ...
    components: {
        'date-picker': AndyHDatePicker
    }
}

Use the Component with:

<date-picker></date-picker>

Data Binding

You can use the Date Picker with V-model to your own data

<date-picker v-model="datevalue"></date-picker>

Setting the accent color

<date-picker v-model="datevalue" :color="#fec107"></date-picker>
1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago