Skip to main content

Three Circles



  render(<ThreeCircles
  visible={true}
  height="100"
  width="100"
  color="#4fa94d"
  ariaLabel="three-circles-loading"
  wrapperStyle={{}}
  wrapperClass=""
  />)


Props

NameTypeDefaultDescription
ariaLabelstringthree-circles-rotatingARIA label of the component.
colorstring#4fa94dColor of the component.
heightnumber | string100Height of the spinner.
innerCircleColorstringColor of the inner circle. If not set, the color will be the same as the color of the component.
middleCircleColorstringColor of the middle circle. If not set, the color will be the same as the color of the component.
outerCircleColorstringColor of the outer circle. If not set, the color will be the same as the color of the component.
visiblebooleantrueVisibility of the component.
widthnumber | string100Width of the spinner.
wrapperClassstringClass of the wrapper element. It can be used for custom styling.
wrapperStyleobject{}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.