# react-marquee **Repository Path**: mz1680/react-marquee ## Basic Information - **Project Name**: react-marquee - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2024-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-marquee > Made with create-react-library [![NPM](https://img.shields.io/npm/v/react-marquee.svg)](https://www.npmjs.com/package/react-marquee) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Install ```bash npm install --save react-marquee-cfc ``` ## Usage ```jsx import React, { Component } from 'react' import ReactMarquee from 'react-marquee-cfc' import 'react-marquee-cfc/dist/index.css' class Example extends Component { render() { return ( 111111 222222 333333 ) } } ``` ## License MIT © [mZ1680](https://github.com/mZ1680)