Thumbprint logo

Loader Dots

Loading indicator with three animated dots

Loader Sizes

Default

<o size="medium" />

Small

<o size="small" />

Loader colors

This loader is available in multiple colors for use on elements with a non-white background.

Brand

<o theme="brand" />

Inverse

<o theme="inverse" />

Muted

<o theme="muted" />

Props

LoaderDots

  • assistiveText

    Text that describes the current status and is only visible to screenreaders.

    Type
    string
    Default
    'Loading'
  • size

    Controls the size of the dots.

    Type
    'small' | 'medium'
    Default
    'medium'
  • theme

    Changes the dot colors.

    Type
    'brand' | 'inverse' | 'muted'
    Default
    'brand'