Skip to content

peeraop21/v-calendar-buddhist

Repository files navigation

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')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published