0.0.1 • Published 5 months ago
fetch-loading v0.0.1
Fetch Loading
Loading animation which can be displayed while data is fetched from an API.
Pass any Hex-value as an argument for the theme
property.
Usage
import { FetchLoading } from 'fetch-loading'
...
<FetchLoading />
### with no arguments being passed, the animation will fall back to its default color #52525c
<FetchLoading theme="#a2d1aa" />
<FetchLoading theme="#fafafa" />
<FetchLoading theme="#000000" />
...
0.0.1
5 months ago