0.7.0 • Published 5 years ago

@sky790312/vuejs-datepicker v0.7.0

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

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.

0.7.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago