Falling Lines
render(<FallingLines color="#4fa94d" width="100" visible={true} ariaLabel="falling-circles-loading" />)
Props
| Name | Type | Default | Description | 
|---|---|---|---|
| color | string | #4fa94d | The color of the lines. | 
| visible | boolean | true | Whether the lines are visible | 
| width | number | 100 | The width of the lines. Height is determined by the number of lines. |