1.0.0 • Published 6 years ago

react-preloader-icon v1.0.0

Weekly downloads
200
License
MIT
Repository
github
Last release
6 years ago

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

1.0.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago