- Full Custom Loader
npm install elastic-loader
<ElasticLoader
type='Oval'
custom={{
color: '#00a1ff',
width: '40',
height: '40'
}}
/>
<ElasticLoader
type='TwoDots'
custom={{
color: '#00a1ff'
}}
/>
<ElasticLoader
type='Drop'
custom={{
color: '#00a1ff'
}}
/>
- Oval
- TwoDots
- Drop
elastic-loader accepts the following props. Instructions on how to use them is shown below.
Type | Custom |
---|---|
String | Object |