New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sp-supermarquee

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sp-supermarquee

Super smooth marquee library for your applications.

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
372
increased by175.56%
Maintainers
1
Weekly downloads
 
Created
Source

SuperMarquee

SuperMarquee is the super smooth marquee web component for your web applications.

npm npm jsDelivr Hits

Showcase

Get some inspiration of what is possible with the following showcase demos.

Features

The most popular features of SuperMarquee:

  ✓  Fully Responsive. Perfect for every resolution
  ✓  Easily customizable via CSS
  ✓  Zero dependencies
  ✓  Lightweight, simple yet powerful
  ✓  Hardware accelerated for high performance
  ✓  Extremely flexible. Endless possibilities
  ✓  Works on every modern device
  ✓  Supports 3D transformations
  ✓  Works with every major frontend framework

Examples

List of single feature examples

Documentation

Get Started

Install with npm

Run the following command in your terminal

npm install sp-supermarquee

You can also load the bundle directly from jsDelivr.

Create a placeholder

Create an HTML placeholder

<div id="supermarquee"></div>

Import SuperMarquee

import SuperMarquee from "sp-supermarquee";

Initialize

Now turn your placeholder into a SuperMarquee instance and let the magic begin.


const sm = new SuperMarquee( 
  document.getElementById('example'), {
  content : "SuperMarquee by SuperPlug.in is Super!!!"
});

Support

We provide support for developers working with commercial version by email. Please write an email to support@superplug.in (please include your license key for verification).

If you use a non-commercial version then please ask your tagged question on StackOverflow.

License

SuperMarquee is a commercial software with two licenses available:

  • Free for non-commercial purposes such as teaching, academic research, and evaluation. Read it here.
  • Commercial license with support and maintenance included. See pricing plans.

Keywords

FAQs

Package last updated on 30 Mar 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc