@sky790312/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/

Usage no npm install needed!

<script type="module">
  import sky790312VuejsDatepicker from 'https://cdn.skypack.dev/@sky790312/vuejs-datepicker';
</script>

README

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.