Skip to main content

Watch



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


Props

NameTypeDefaultDescription
ariaLabelstringwatch-loadingAria label of the watch. Used for accessibility
colorstring#4fa94dColor of the watch
heightnumber | string80Height of the watch
radiusnumber48Radius of the watch
visiblebooleantrueVisibility of the watch
widthnumber | string80Width of the watch
wrapperClassstringundefinedClass name 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.