Socket
Socket
Sign inDemoInstall

sd-marquee

Package Overview
Dependencies
10
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sd-marquee

--- ## 安装使用


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

sd-marquee


安装使用


  npm install sd-marquee --save

  import SdMarquee from 'sd-marquee'
  Vue.use(SdMarquee)
  

参数说明

  • clickFunc: 点击事件
    • type: Function
    • default: () => {}
  • content: 滚动内容
    • type: String
    • default: ''
  • contentColor: 内容颜色
    • type: String
    • default: '#fff'
  • speed: 滚动速度
    • type: Number
    • default: 12
  • delay: 延迟n秒开始滚动
    • type: Number
    • default: 1

FAQs

Last updated on 27 Jun 2018

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