1.3.14 • Published 6 years ago

2pv-vue-bulma-datepicker v1.3.14

Weekly downloads
39
License
MIT
Repository
github
Last release
6 years ago

Datepicker

Datepicker component is based on flatpickr for Vue Bulma. Forked from vue-bulma-datepicker in order to implement reinitialisation for locale changes on the fly.

Installation

npm install 2pv-vue-bulma-datepicker --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 '2pv-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 '2pv-vue-bulma-datepicker'

export default {
  components: {
    Datepicker
  }
}
</script>

Badges

license-state status

1.3.14

6 years ago

1.3.13

6 years ago

1.3.12

6 years ago

1.3.11

6 years ago

1.3.10

7 years ago

1.3.9-BETA

7 years ago

1.3.9

7 years ago

1.3.8-ALPHA.7

7 years ago

1.3.8-ALPHA.6

7 years ago

1.3.8-ALPHA.5

7 years ago

1.3.8-ALPHA.4

7 years ago

1.3.8-ALPHA.3

7 years ago

1.3.8-ALPHA.2

7 years ago

1.3.8-ALPHA.1

7 years ago

1.3.7

7 years ago

1.3.6

7 years ago