1.0.2 • Published 3 years ago

@peeraop21/v-calendar-buddhist v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

VCalendar(buddhist year) Plugin for Vue 3

A calendar(buddhist year) and date picker plugin for Vue.js (requires version 3.2+).

Install Plugin

NPM

npm install @peeraop21/v-calendar-buddhist

Yarn

yarn add @peeraop21/v-calendar-buddhist

Use Plugin

import VCalendar from '@peeraop21/v-calendar-buddhist';
import '@peeraop21/v-calendar-buddhist/style.css';

const app = createApp(App)
app.use(VCalendar)
app.mount('#app')