Skip to content

pomelo-chuan/react-hot-marquee

Repository files navigation

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>
    </>
  );
}

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published