elastic-loader
v1.2.0
Published
React component: Custom Loader
Maintainers
Readme
Elastic Loader
:trophy: About the package:
- Full Custom Loader
Installation
NPM
npm install elastic-loaderUsage
[TYPE] Oval
<ElasticLoader
type='Oval'
custom={{
color: '#00a1ff',
width: '40',
height: '40'
}}
/>[TYPE] TwoDots
<ElasticLoader
type='TwoDots'
custom={{
color: '#00a1ff'
}}
/>[TYPE] Drop
<ElasticLoader
type='Drop'
custom={{
color: '#00a1ff'
}}
/>Types
- Oval
- TwoDots
- Drop
Props Available
elastic-loader accepts the following props. Instructions on how to use them is shown below.
| Type | Custom | | ---- | ------ | | String | Object |
