An open API service indexing awesome lists of open source software.

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横向时间轴,可支持拖拽、滚动的

Awesome Lists containing this project

README

        

# vue-horizontal-timeline-component

vue2、vue3横向时间轴,可支持拖拽、滚动的 [docs & demo](https://wangguangyou.github.io/vue-horizontal-timeline-component/)

![vue-horizontal-timeline-component.gif](https://i.loli.net/2020/02/03/WyCkt1xTQMPq7NU.gif)

## Table of Contents

- [Features](#features)
- [Install](#install)

## Features

- 可滚动
- 可拖拽
- 可定位目标位置
- slot插槽形式自定义内容

[⬆ Back to Top](#table-of-contents)

## Install

```sh
yarn add @needahouse/vue-horizontal-timeline-component

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