0.1.8 • Published 8 years ago
react-animated-loaders v0.1.8
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