Skip to main content

Rotating Lines



  render(<RotatingLines
  visible={true}
  height="96"
  width="96"
  color="grey"
  strokeWidth="5"
  animationDuration="0.75"
  ariaLabel="rotating-lines-loading"
  wrapperStyle={{}}
  wrapperClass=""
  />)


Props

NameTypeDefaultDescription
animationDurationstring0.75The duration of the animation. Defaults to "0.75"
strokeColorstringgreyThe color of the stroke. Defaults to "grey".
strokeWidthstring5The width of the stroke. Defaults to "5".
visiblebooleantrueWhether the square is visible.
widthnumber96The width of the lines.