react-preloader-icon

SVG loading icons component for React.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-preloader-icon
1.0.04 years ago8 years agoMinified + gzip package size for react-preloader-icon in KB

Readme

React Preloader Icon
SVG loading icons component for React. - Demo
Thanks to SVG-Loaders

Installation

npm

npm install --save react-preloader-icon
yarn add react-preloader-icon

Usage

import { Preloader, Oval } from 'react-preloader-icon';

const SomeComponent = () => (
  <Preloader
    use={Oval}
    size={32}
    strokeWidth={8}
    strokeColor="#F0AD4E"
    duration={800}
  /> 
);

Icon types

Supported browsers

Support for Internet Explorer 9 requires raf polyfill.
Latest Firefox Latest Chrome Latest Safari IE9 through latest

License

MIT