Skip to main content

Progress Bar



  render(<ProgressBar
  visible={true}
  height="80"
  width="80"
  color="#4fa94d"
  ariaLabel="progress-bar-loading"
  wrapperStyle={{}}
  wrapperClass=""
  />)


Props

NameTypeDefaultDescription
ariaLabelstringprogress-bar-loadingSpecifies the Aria label of the progress-bar. This label will be applied to the aria-label attribute in the wrapper element.
barColorstring#F4442EColor of the progress bar
borderColorstring#51E5FFColor of the border of the progress bar
heightnumber | string80Specifies the height of the progress-bar SVG. For additional customization, employ the wrapper className.
visiblebooleantrueControls the visibility of the progress-bar. If set to false, the progress-bar will not be rendered.
widthnumber | string80Specifies the width of the progress-bar SVG. For further customization, utilize the wrapper className.
wrapperClassstringundefinedAssigns a className to the wrapper for custom styling, overriding the default style.
wrapperStyleobject{}Applies styles to the wrapper. It should be a valid CSS object and can be used for custom styling, overriding the default style.