vue-formulate-vcalendar

1.1.1 • Public • Published

Introduction

v-calendar integration for Vue Formulate

This plugin add the type calendar-date that behaves just like a text field, but return a date type.

You can pass vcalendar conviguration as a prop named vcalendar to the FormulateInput component.

Getting started

npm install --save vue-formulate-vcalendar

As with any Vue Formulate plugin

import Vue from 'vue'
import VueFormulate from '@braid/vue-formulate'

import FormulateVCalendar from 'vue-formulate-vcalendar'

Vue.use(VueFormulate, {
    plugins: [ FormulateVCalendar ]
})

/vue-formulate-vcalendar/

    Package Sidebar

    Install

    npm i vue-formulate-vcalendar

    Weekly Downloads

    0

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    403 kB

    Total Files

    9

    Last publish

    Collaborators

    • mitto98