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>
<datepickerplaceholder="European Format ('d-m-Y')" :config="{ dateFormat: 'd-m-Y', static: true }"></datepicker>