ariaLabel | string | tail-spin-loading | Aria label of the spinner. |
color | string | #4fa94d | Color of the spinner. |
height | number | string | 80 | Height of the spinner. |
radius | number | string | 1 | Radius of the spinner. Max radius is 10 |
visible | boolean | true | Whether the spinner is visible. |
width | number | string | 80 | Width of the spinner. |
wrapperClass | string |
| Class of the wrapper element. It can be used for custom styling. |
wrapperStyle | object | {} | Styles to be applied to the wrapper. It should be a valid CSS object. It can be used for custom styling. It will override the default style. |