0.7.0 • Published 2 years ago

v-kalendar v0.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Vue-Kalendar

Vue implementation of react-calendar

image

Demo

Try online demo here

Install

# npm
npm install v-kalendar

# yarn
yarn add v-kalendar

Usage

Install the plugin into Vue:

import VKalendar from 'v-kalendar'

app.use(VKalendar)

Add the default CSS:

import 'v-kalendar/dist/style.css'
<template>
  <Calendar v-model="date" />
</template>

Properties

PropTypeDefaultDescription
activeStartDateDatenew Date()Beginning of a period that shall be displayed
defaultViewStringmonthDetermines which view is being displayed initially
localeStringundefinedLocale to use for the calendar
localeFirstDayOfYearNumber0Number for the first day of the week
maxDateDateundefinedMaximum allowed date
maxDetailStringmonthMost Detailed view that user can see
minDateDateundefinedMinimum allowed date
minDetailStringcenturyLeast detailed view that user can see
selectRangeBooleanfalseAllow the selection of date range
showNeighboringMonthBooleantrueVisibility of days from previous and next months
showWeekNumbersBooleanfalseVisibility of the week numbers
0.7.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.6.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago