This package has been deprecated

Author message:

Deprecated

react-animated-loaders

0.1.8 • Public • Published

React Animated Loaders

Easy-to-use animated loaders for React.

Example usage

import React from 'react';
import { Barcode } from 'react-animated-loaders';

const BarcodeExample = ({ lineColor }) => (
    <Barcode lineColor={lineColor} />
);

export default BarcodeExample;
import React from 'react';
import { Wave } from 'react-animated-loaders';

const WaveExample = ({ lineColor }) => (
    <Wave lineColor={lineColor} />
);

export default Wave;

Props

Name Type Default Value
lineColor String #ffffff

License

MIT

Package Sidebar

Install

npm i react-animated-loaders

Weekly Downloads

0

Version

0.1.8

License

MIT

Unpacked Size

8.37 kB

Total Files

5

Last publish

Collaborators

  • vsoren