react-dot-loaders
v1.0.1
Published
Made with create-react-library
Readme
react-dot-loader
React Dot Loader Component
Install
npm install --save react-dot-loadersUsage
import React, { Component } from 'react';
import DotLoader from 'react-dot-loaders';
class Example extends Component {
render() {
return <DotLoader type={5}/> // type range - 0 to 49
}
}Properties
| Propertie | Description | | ------------ | -------------------------------------| | type | Type of Loader you want (Default -4) |
Preview of all dot loaders with type
License
MIT © surajraccha
