Skip to content

oyuntuyab/vue-horizontal-calendar

 
 

Repository files navigation

vue-horizontal-calendar

a horizontal calendar component for Vue.js(only for 2.x) 💻

doc & demos

click here.

install

npm install vue-horizontal-calendar -S

or if you prefer yarn

yarn add vue-horizontal-calendar

local import

<template>
    <div class="demo">
        <vue-horizontal-calendar></vue-horizontal-calendar>
    </div>
</template>

<script>
import VueHorizontalCalendar from 'vue-horizontal-calendar';

export default {
    components: {
        VueHorizontalCalendar
    }
}

</script>

Language

So far, it supports Chinese, English, French, German, Italian , Spanish , Slovak, Czech.

About

a horizontal calendar component for Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.2%
  • JavaScript 25.7%
  • CSS 4.3%
  • HTML 0.8%