Skip to main content

Puff



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


This spinner is not supported by Safari. See


Props

NameTypeDefaultDescription
ariaLabelstringpuff-loadingAria label of the puff. This is used for accessibility.
colorstring#4fa94dColor of the puff.
heightnumber | string100Height of the puff .
radiusnumber | string1Radius of the puff. Radius seems to be not working.
visiblebooleantrueWhether the line wave is visible.
widthnumber | string100Width of the puff.
wrapperClassstringClass name for 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.