Socket
Socket
Sign inDemoInstall

react-hot-marquee

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-hot-marquee

The React marquee component that can smoothly loops the content


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

react-hot-marquee

The React marquee component that can smoothly loops the content.

Features

  • 🎈 Easy to use.
  • 🧩 Headless Marquee components, you can assign your custom style.
  • ▶️ Auto play when content overflow.

Documentation

Explore the full Documentation

Demo

Explore the demo.

Installation

$ npm install --save react-hot-marquee

Usage

Simply usage

import ReactHotMarquee from "react-hot-marquee";

function Demo() {
  return (
    <>
      <ReactHotMarquee>
        Yesterday, All my trouble seemed so far away.
      </ReactHotMarquee>
    </>
  );
}

Keywords

FAQs

Last updated on 07 Jul 2022

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