Components
Loading indicator with three animated dots.
Version: | 14.18.2 •View source•Changelog•Report issue | |
---|---|---|
Install: | yarn add @thumbtack/thumbprint-react | |
Import: | import { LoaderDots } from '@thumbtack/thumbprint-react'; |
This loader is available in multiple colors for use on elements with a non-white background.
assistiveText
Text that describes the current status and is only visible to screenreaders.
string
'Loading'
size
Controls the size of the dots.
This prop can be one of the following 2 types:
'small'
'medium'
'medium'
theme
Changes the dot colors.
This prop can be one of the following 3 types:
'brand'
'inverse'
'muted'
'brand'