Skip to main content

Mutating Dots



  render(<MutatingDots
  visible={true}
  height="100"
  width="100"
  color="#4fa94d"
  secondaryColor="#4fa94d"
  radius="12.5"
  ariaLabel="mutating-dots-loading"
  wrapperStyle={{}}
  wrapperClass=""
  />)


Props

NameTypeDefaultDescription
ariaLabelstringmutating-dots-loadingAria label of the mutating dots container. Will be used for the aria-label attribute of the container
colorstring#4fa94dColor of the dots
heightnumber | string100Height of the dots. Minimum height should be 100px
radiusnumber | string12.5Radius of the dots
secondaryColorstring#4fa94dSecondary color for second dot. If not set, will use the color prop
visiblebooleantrueVisibility of the dots
widthnumber | string100Width of the dots. Minimum width should be 100px
wrapperClassstringundefiendClass of the wrapper element. It can be used for custom styling. It will override the default style.
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.