Animated Loader
Custom styled loaders for many kind of use.
#
Height and widthSet the custom sizing by height
and width
props. height
is required to show the loader.
#
ColorSet the custom color by color
prop.
#
RoundUse round
prop to set "border-radius: 50%".
#
BoxMake the loader to show as box by isBox
prop.
#
With imageMake the loader to show with image by withImage
prop.
#
APIName | Type | Defualt | Description | |
---|---|---|---|---|
loaderStyle | height | string | Set the custom height | |
width | string | Set the custom width | ||
color | string | Set the custom color | ||
round | boolean | Set border-radius: 50% | ||
margin | string | Give margin (from top and left) | ||
marginRight | string | Give margin (from right) | ||
isBox | boolean | Show the loader as box | ||
withImage | boolean | Show the loader with image |