Skip to main content

Tail Spin



  render(<TailSpin
  visible={true}
  height="80"
  width="80"
  color="#4fa94d"
  ariaLabel="tail-spin-loading"
  radius="1"
  wrapperStyle={{}}
  wrapperClass=""
  />)


Props

NameTypeDefaultDescription
ariaLabelstringtail-spin-loadingAria label of the spinner.
colorstring#4fa94dColor of the spinner.
heightnumber | string80Height of the spinner.
radiusnumber | string1Radius of the spinner. Max radius is 10
visiblebooleantrueWhether the spinner is visible.
widthnumber | string80Width of the spinner.
wrapperClassstringClass 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.