react-css-marquee
v0.0.13
Published
Scrolling text / marquee component for React
Downloads
666
Maintainers
Readme
React CSS Marquee
React marquee component for horizontal and vertical scrolling text (see demo link above for example use cases).
How to
Install
yarn add react-css-marquee
Use
import Marquee from 'react-css-marquee'
...
<Marquee text="Your scrolling text here..." />
Styling
|Default CSS-classes|
| ------------- |
|react-css-marquee__container
|
|react-css-marquee__text
|
Props
||
| ------------- |
|text: string
|
|cssNamespace?: string
|
|flip?: boolean
|
|hoverStop?: boolean
|
|reverse?: boolean
|
|size?: number
|
|spacing?: number
|
|speed?: number
|
|vertical?: boolean
|