Skip to main content

Rings



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

This spinner is not supported by Safari. See


Props

NameTypeDefaultDescription
ariaLabelstringrings-loadingThe aria label of the component. This is used by screen readers to identify the component.
colorstring | string#4fa94dThe color of the component.
heightnumber | string80The height of the component.
radiusnumber | string6The radius of the component.
visiblebooleantrueThe visibility of the component.
widthnumber | string80The width of the component.
wrapperClassstringThe class 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.