1.0.0 • Published 5 years ago
react-preloader-icon v1.0.0
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
5 years ago
0.4.1
5 years ago
0.4.0
5 years ago
0.3.4
6 years ago
0.3.3
6 years ago
0.3.2
6 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.0
7 years ago
0.1.1
7 years ago
0.1.0
8 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
9 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago