All Projects → jacques33 → vue-horizontal-calendar

jacques33 / vue-horizontal-calendar

Licence: other
a horizontal calendar component for Vue.js

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue-horizontal-calendar

Chakra Ui Vue
⚡️ Build scalable and accessible Vue.js applications with ease.
Stars: ✭ 993 (+2583.78%)
Mutual labels:  vuejs-components
Revogrid
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
Stars: ✭ 1,870 (+4954.05%)
Mutual labels:  vuejs-components
Vue2 Perfect Scrollbar
Vue.js wrapper for perfect scrollbar
Stars: ✭ 225 (+508.11%)
Mutual labels:  vuejs-components
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+2794.59%)
Mutual labels:  vuejs-components
Vue Parallax Js
Tiny vue component that adds a directive for parallax effect on elements.
Stars: ✭ 107 (+189.19%)
Mutual labels:  vuejs-components
Vue Innersearch
🔎 UI components built with Vue.js for ElasticSearch
Stars: ✭ 135 (+264.86%)
Mutual labels:  vuejs-components
Vuejs Credit Score Calculation
A vehicle credit calculation application using VueJS.👍
Stars: ✭ 12 (-67.57%)
Mutual labels:  vuejs-components
vue-horizontal-timeline-component
vue横向时间轴,可支持拖拽、滚动的
Stars: ✭ 32 (-13.51%)
Mutual labels:  horizontal
Vue Feather Icon
Stars: ✭ 110 (+197.3%)
Mutual labels:  vuejs-components
Protovue
A prototyping component library
Stars: ✭ 195 (+427.03%)
Mutual labels:  vuejs-components
Nextcloud Vue
🍱 Vue.js components for Nextcloud app development ✌
Stars: ✭ 89 (+140.54%)
Mutual labels:  vuejs-components
V2 Table
A simple table component based Vue 2.x: https://dwqs.github.io/v2-table/
Stars: ✭ 96 (+159.46%)
Mutual labels:  vuejs-components
Vue Circle Progress
A Vue.js component to draw animated circular progress bars
Stars: ✭ 135 (+264.86%)
Mutual labels:  vuejs-components
V Tag Suggestion
A simple tag component with typeahead
Stars: ✭ 40 (+8.11%)
Mutual labels:  vuejs-components
HorizontalTimesLayout
Layout to display time slots in horizontal 24 hour format
Stars: ✭ 31 (-16.22%)
Mutual labels:  horizontal
Slim Ui
Simple components library used for building lightweight vuejs projects
Stars: ✭ 38 (+2.7%)
Mutual labels:  vuejs-components
Vuetify Datetime Picker
DatetimePicker component for Vuetify.js. https://darrenfang.github.io/vuetify-datetime-picker/
Stars: ✭ 123 (+232.43%)
Mutual labels:  vuejs-components
vue-feather-icon
No description or website provided.
Stars: ✭ 109 (+194.59%)
Mutual labels:  vuejs-components
IZJHorizontalTableView
一个支持添加横向滑动切换ScrollView的tableView,并且保持原有垂直方向视图加载的View。可实现仿微博iOS,转转iOS等切换效果
Stars: ✭ 14 (-62.16%)
Mutual labels:  horizontal
Vue Atlas
A Vue.js 2 UI component library.
Stars: ✭ 173 (+367.57%)
Mutual labels:  vuejs-components

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].