1.0.0 • Published 5 years ago

react-animated-ellipsis v1.0.0

Weekly downloads
239
License
MIT
Repository
github
Last release
5 years ago

ReactAnimatedEllipsis

A React component to animate ellipsis.

screenshot

This is a React wrapper of animated-ellipsis.

Install

npm install react-animated-ellipsis

Usage

var ReactAnimatedEllipsis = require( 'react-animated-ellipsis' );

<div>Loading<ReactAnimatedEllipsis/></div>

loading

Configuration

There are some settings you can tweak by setting the props.

<ReactAnimatedEllipsis
    fontSize="3rem"
    marginLeft="5px"
    spacing="0.3rem" />
  • fontSize: The font size of dots. Default: 2rem.
  • marginLeft: The spacing between the sibling text and the first dot. The value is set to margin-left of the first dot. Default: 0.1rem.
  • spacing: The spacing between dots. The value is set to margin-left of the second and third dots. Default: 0.1rem.

License

MIT. See LICENSE.md for details.

1.0.0

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago