https://github.com/wangguangyou/vue-horizontal-timeline-component
vue横向时间轴,可支持拖拽、滚动的
https://github.com/wangguangyou/vue-horizontal-timeline-component
horizontal sfc timeline
Last synced: 5 months ago
JSON representation
vue横向时间轴,可支持拖拽、滚动的
- Host: GitHub
- URL: https://github.com/wangguangyou/vue-horizontal-timeline-component
- Owner: wangguangyou
- License: mit
- Created: 2020-02-03T02:37:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T02:23:22.000Z (over 1 year ago)
- Last Synced: 2024-09-27T00:08:28.057Z (8 months ago)
- Topics: horizontal, sfc, timeline
- Language: Vue
- Homepage: https://wangguangyou.github.io/vue-horizontal-timeline-component/
- Size: 7.14 MB
- Stars: 67
- Watchers: 2
- Forks: 14
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-horizontal-timeline-component
vue2、vue3横向时间轴,可支持拖拽、滚动的 [docs & demo](https://wangguangyou.github.io/vue-horizontal-timeline-component/)

## Table of Contents
- [Features](#features)
- [Install](#install)## Features
- 可滚动
- 可拖拽
- 可定位目标位置
- slot插槽形式自定义内容[⬆ Back to Top](#table-of-contents)
## Install
```sh
yarn add @needahouse/vue-horizontal-timeline-componentnpm i @needahouse/vue-horizontal-timeline-component
import HorizontalTimeline from '@needahouse/vue-horizontal-timeline-component'
or
import HorizontalTimeline from "@needahouse/vue-horizontal-timeline-component/src/vue-horizontal-timeline-component.vue";```
[⬆ Back to Top](#table-of-contents)