Socket
Socket
Sign inDemoInstall

react-animated-dots

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-animated-dots

Three dots loader for Reactjs Applications


Version published
Weekly downloads
382
decreased by-30.04%
Maintainers
1
Weekly downloads
 
Created
Source

react-animated-dots

⚛ Three dots loader for ReactJS Applications.

npm license

Installation

npm install --save react-animated-dots

# OR

yarn add react-animated-dots

Usage

In your .js/jsx file:

import React from 'react';
import { Dot } from 'react-animated-dots';

const App = () => {
  return (
    <div>
      <h2>
      // Each <Dot> is a <span> in itself
      // You can include as much <Dot> as you want
        <Dot>.</Dot>
        <Dot>.</Dot>
        <Dot>.</Dot>
      </h2>
    </div>
  );
};

export default App;

Updating this package

If there's a change made in the src directory of this package, please consider running these commands in order, before publishing a major/minor/patch version over npm registery.

# !important
$ npm run dist

$ npm publish

Contributions

Contributions of any kind welcome in terms of PR(s) but please follow directory structure and code conventions for better collaboration.


License

MIT

Keywords

FAQs

Package last updated on 15 Apr 2019

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