npm.io
0.1.8 • Published 8 years ago

react-animated-loaders

Licence
MIT
Version
0.1.8
Deps
1
Size
8 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

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