react-marques
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

logo

A Beautiful Marquee component for Reactjs ✨

NPM Version NPM Downloads Minizip Contributors License

Live demo

Live Demo

Installation

NPM

Install

npm i react-marques@latest

Use

import { ReactMarques } from 'react-marques';

const App = () => {
  return (
    <ReactMarques fade={true}>
      <div>Content 1</div>
      <div>Content 2</div>
      <div>Content 3</div>
    </ReactMarques>
  );
};

About

Buy Me A Coffee

Gia Hung – hung.hg

Readme

Keywords

Package Sidebar

Install

npm i react-marques

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

12.4 kB

Total Files

7

Last publish

Collaborators

  • hunghg255