@sky790312/vuejs-datepicker

0.7.0 • Public • Published

vuejs-datepicker

Easy datepicker with year/month/day's view use as vue component. Using provide/inject to fulfill feature. https://sky790312.github.io/vuejs-datepicker/

step1

  yarn install @sky790312/vuejs-datepicker

step2

<script>
import VueDatepicker from '@sky790312/vuejs-datepicker'

export default {
  name: 'app',
  components: {
    VueDatepicker
  }
}
</script>

Open the 8080 port to check the source code or check the dist/demo.html to use as vue component.

Customize configuration

See Configuration Reference.

Readme

Keywords

Package Sidebar

Install

npm i @sky790312/vuejs-datepicker

Weekly Downloads

1

Version

0.7.0

License

none

Unpacked Size

1.36 MB

Total Files

34

Last publish

Collaborators

  • sky790312