vue-bulma-datepicker2

1.3.7 • Public • Published

Installation

$ npm install vue-bulma-datepicker2 --save

Examples

Single Input

<template>
  <datepicker placeholder="European Format ('d-m-Y')" :config="{ dateFormat: 'd-m-Y', static: true }"></datepicker>
</template>
 
<script>
import Datepicker from 'vue-bulma-datepicker'
 
export default {
  components: {
    Datepicker
  }
}
</script>

Wrap Input

<template>
  <datepicker :config="{ wrap: true }" readonly>
    <a class="button" data-toggle><i class="fa fa-calendar"></i></a>
    <a class="button" data-clear><i class="fa fa-close"></i></a>
  </datepicker>
</template>
 
<script>
import Datepicker from 'vue-bulma-datepicker'
 
export default {
  components: {
    Datepicker
  }
}
</script>

Package Sidebar

Install

npm i vue-bulma-datepicker2

Weekly Downloads

1

Version

1.3.7

License

MIT

Last publish

Collaborators

  • shemsiu