Socket
Socket
Sign inDemoInstall

npx-marquee-super

Package Overview
Dependencies
5
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    npx-marquee-super

基于Angular8.0的滚动插件


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
103 kB
Created
Weekly downloads
 

Readme

Source

npx-marquee-super

基于Angular8.0的滚动插件

使用

第一步
// 注入模块
import { NpxMarqueeSuperModule } from 'npx-marquee-super';

imports: [
    NpxMarqueeSuperModule
  ],
第二步
// 组件中调用
<lib-npx-marquee-super [speed]="100" [direction]="'left'">
</lib-npx-marquee-super>
参数
参数说明类型默认值
speed速度number-
direction方向left-

#License MIT License

FAQs

Last updated on 11 Apr 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