Press shift + S to search API reference.
interface LoaderProps extends LoaderStyleProps
className
undefined | string
Additional class names to apply to the loading spinner.
fillColor
string
The color of the loading spinner. Defaults to '#888'
'#888'
scale
number
A scalar for the loading spinner. Increasing the scale increases the size of the loading spinner. Defaults to 0.3.
0.3
style
React.CSSProperties
Additional styles to apply to the loading spinner.