Park UI

Spinner

A feedback component indicating loading or processing activity.

Installation

Usage

Examples

Sizes

Use the size prop to change the size of the spinner.

Colors

Use the colorPalette prop to change the color scheme of the spinner.

Track Color

Use the --spinner-track-color variable to change the color of the spinner's track.

Speed

Use the animationDuration prop to change the speed of the spinner.

Thickness

Use the borderWidth prop to change the thickness of the spinner.

Label

Compose the spinner with a label to provide additional context.

Loading Users ...

Props

PropDefaultType
size'md'
'inherit' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'