ariaLabel | string | triangle-loading | Aria label of the triangle. Will be used for the `aria-label` attribute of the wrapper element |
color | string | #4fa94d | Color of the triangle |
height | number | string | 80 | Height of the triangle |
visible | boolean | true | Whether the triangle is visible |
width | number | string | 80 | Width of the triangle |
wrapperClass | string | undefined | Class name 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. |