Park UI

Progress

A display component for showing task completion and loading states.

Installation

Usage

Examples

Sizes

Use the size prop to change the size of the progress bar.

Variants

Use the variant prop to change the visual style of the progress bar.

Colors

Use the colorPalette prop to change the color of the progress bar.

Inline Label

Compose the Progress.Label and Progress.ValueText components to create an inline label for the progress bar.

42%

Indeterminate

Set the value to null to show an indeterminate progress bar.

Stripes

Set the striped prop to true to add stripes to the progress bar.

Animated Stripes

Set the animated prop to true to animate the stripes.

Closed Component

Here's how to setup the progress for a closed component composition.

Props

Root

View