A React component to animate ellipsis.
This is a React wrapper of animated-ellipsis.
npm install react-animated-ellipsisvar ReactAnimatedEllipsis = require( 'react-animated-ellipsis' );
<div>Loading<ReactAnimatedEllipsis/></div>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-leftof the first dot. Default: 0.1rem. - spacing: The spacing between dots. The value is set to
margin-leftof the second and third dots. Default: 0.1rem.
MIT. See LICENSE.md for details.

