Scrolling text / marquee component for React
npm install react-css-marquee


React marquee component for horizontal and vertical scrolling text (see demo link above for example use cases).

```
yarn add react-css-marquee
`
import Marquee from 'react-css-marquee'
...
`
|Default CSS-classes|
| ------------- |
|react-css-marquee__container|react-css-marquee__text
||
You can style the components using the default CSS-classes. If you prefer you can also pass your own namespace for CSS classes via props ie. my-marquee-namespace__container.
||
| ------------- |
|text: string|cssNamespace?: string
||flip?: boolean
||hoverStop?: boolean
||reverse?: boolean
||size?: number
||spacing?: number
||speed?: number
||vertical?: boolean`|
|