Rotating Lines
render(<RotatingLines visible={true} height="96" width="96" color="grey" strokeWidth="5" animationDuration="0.75" ariaLabel="rotating-lines-loading" wrapperStyle={{}} wrapperClass="" />)
Props
Name | Type | Default | Description |
---|---|---|---|
animationDuration | string | 0.75 | The duration of the animation. Defaults to "0.75" |
strokeColor | string | grey | The color of the stroke. Defaults to "grey". |
strokeWidth | string | 5 | The width of the stroke. Defaults to "5". |
visible | boolean | true | Whether the square is visible. |
width | number | 96 | The width of the lines. |