Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-animated-ellipsis

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-animated-ellipsis

A React component to animate ellipsis.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 06 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc