ariaLabel | string | oval-loading | Aria label of the oval. Default is oval-loading. Will be overridden if ariaLabel is passed in props |
color | string | #4fa94d | Color of the oval. Can be hex or rgba. Default is #4fa94d |
height | number|string | 80 | Height of the oval |
secondaryColor | string | undefined | Color of the secondary oval. Can be hex or rgba. Default is same as color |
strokeWidth | number | 2 | Width of the stroke |
strokeWidthSecondary | number | 2 | Width of the secondary stroke. Default is same as strokeWidth |
visible | boolean | true | Whether the oval is visible |
width | number|string | 80 | Width of the oval |
wrapperClass | string |
| Class of the wrapper |
wrapperStyle | object | {} | Style of the wrapper |