react-animated-dots

1.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    691
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    691
  • 1.0.0
    0

Package Sidebar

Install

npm i react-animated-dots

Weekly Downloads

691

Version

1.1.0

License

MIT

Unpacked Size

5.14 kB

Total Files

6

Last publish

Collaborators

  • npm