View Sourceimport { Spinner } from 'components'

Spinner

An indicator that represents an indefinite process. Useful for transitioning between states that require loading.

Props

Spinner

View Source

size

"sm" | "md" | "lg"

Size of spinner.

center

boolean

Position absolutely in the center of a relative parent.

primaryColor

string

Primary color of spinner.

secondaryColor

string

Secondary color of spinner.

Examples