0.2.8 • Published 5 years ago

vue-birth-datepicker v0.2.8

Weekly downloads
206
License
MIT
Repository
github
Last release
5 years ago

vueBirthDatepicker

Date picker for distant dates, such as birthday. Just three clicks to choose any month and day 20 or 50 years ago. Screenshot of vue-birth-datepicker

DEMO

Istallation

npm i vue-birth-datepicker --S

Inclusion to app

Import ES6

import birthDatepicker from 'vue-birth-datepicker';
// include 'vue-birth-datepicker/dist/vueBirthDatepicker.css' into your styles

Import .vue single file component

import birthDatepicker from 'vue-birth-datepicker/src/birth-datepicker';
// if substitution is working:
import birthDatepicker from 'vue-birth-datepicker/vue';

Don't need to include styles separately in this case. Vue-loader and scss loader required in you build system.

Browser

<script src="https://unpkg.com/vue"></script>
<script src="./vueBirthDatepicker.umd.js"></script>
<link rel="stylesheet" href="./vueBirthDatepicker.css">

Usage

<birth-datepicker v-model="date" />

Attributes

Configure datepicker look and behaviour with attributes

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago