Socket
Socket
Sign inDemoInstall

vue-snake-timeline

Package Overview
Dependencies
11
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-snake-timeline

Vue蛇形时间轴


Version published
Weekly downloads
1
decreased by-95.24%
Maintainers
1
Install size
14.7 MB
Created
Weekly downloads
 

Readme

Source

vue-snake-timeline

开始使用

import VueSnakeTimeline from 'vue-snake-timeline'
import 'vue-snake-timeline/lib/vue-snake-timeline.css';
<VueSnakeTimeline @click="clickEvent" :items="items"> </VueSnakeTimeline>

效果展示

props

items

new Array(20).fill({
    top: "top",
    middle: "middle",
    bottom: "bottom",
});

event

click

Keywords

FAQs

Last updated on 25 Dec 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc