Socket
Socket
Sign inDemoInstall

@zalari-oss/wc-marquee

Package Overview
Dependencies
0
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zalari-oss/wc-marquee

A vanilla web component marquee banner with party mode


Version published
Weekly downloads
1
Maintainers
3
Install size
7.96 kB
Created
Weekly downloads
 

Readme

Source

GitHub Releases NPM Release Bundlephobia MIT License Published on WebComponents.org Latest Status Release Status

A Vanilla Web Component to resurrect our dearly beloved and sorely missed <marquee> element


Installation

npm i @vanillawc/wc-marquee

Then import the index.js file at the root of the package.


Usage

Attributes

  • party - enable party mode

Basic Usage

<wc-marquee>
This text will marquee across the screen
</wc-marquee>

Party Mode

<wc-marquee party>
This will demonstrate the resplendent joy of HTML in its prime
</wc-marquee>

Styling

Styling can be done using standard css attributes.

<wc-marquee style="font-family: sans-serif;">
This will demonstrate the resplendent joy of HTML in its prime
</wc-marquee>

Demos

WC-Marquee - WebComponents.dev

Keywords

FAQs

Last updated on 13 Feb 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