Skip to main content

Circles With Bar



  render(<CirclesWithBar
  height="100"
  width="100"
  color="#4fa94d"
  outerCircleColor="#4fa94d"
  innerCircleColor="#4fa94d"
  barColor="#4fa94d"
  ariaLabel="circles-with-bar-loading"
  wrapperStyle={{}}
  wrapperClass=""
  visible={true}
  />)


Props

NameTypeDefaultDescription
ariaLabelstringcircles-with-bar-loadingAria label for the wrapper element
barColorstringundefinedColor of the bar. If not defined, it will be the same as color
colorstring#4fa94dColor of the outer circle. It will also be used for the bar color if `barColor` is not specified.
heightstring | number100Height of the wrapper element
innerCircleColorstringundefinedColor of the inner circle. If not defined, it will be the same as color
outerCircleColorstringundefinedColor of the outer circle. If not defined, it will be the same as color
visiblebooleantrueWhether the circles are visible
widthstring | number100Width of the wrapper element
wrapperClassstringCSS class name for the wrapper element
wrapperStyleobjectundefinedStyles 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.