google_loading_spinner
v1.0.9
Published
Simple google loading spinner animated svg
Downloads
6
Readme
Google Loading Spinner
Simple google loading spinner animated svg
How to use
import Loader to the project using below code
import Loader from "google_loading_spinner";
and use the Loader component as shown below
<Loader color={'color'} thickness={thickness} size={size}>
color indicates the color of the spinner,
thickness indicates the thickness of the stroke,
size indicates the loading spinner size.