Thumbprint logo

Loader Dots

Animated control for showing a loading state

Control for indicating a loading state inside a view, such as a network call on button tap.

Example 1

// Defaults to medium size and brand theme
ThumbprintLoadingDots()

Example 2

ThumbprintLoadingDots(
theme = ThumbprintLoadingDotTheme.INVERSE,
size = ThumbprintLoadingDotsSize.SMALL
)

Public API

public var theme: Theme

The following three themes are supported

brand

inverse

muted

public var size: Size

The following sizes are supported

small

medium