Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

DimitriPSN/vue-horizontal-calendar

 
 

Repository files navigation

vue-horizontal-calendar

a horizontal calendar component for Vue.js 💻

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, Portuguese and Spanish

doc & demos

click here.

About

Contribution to the "Vue Horizontal Calendar" project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.3%
  • JavaScript 25.2%
  • CSS 4.6%
  • HTML 0.9%