0.0.13 • Published 3 years ago

react-css-marquee v0.0.13

Weekly downloads
75
License
MIT
Repository
github
Last release
3 years ago

React CSS Marquee

Demo

Build Status TypeScript

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
0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago