ttolbel UI

Component

Progress bar

A thin horizontal track that fills to a percentage, or slides back and forth indefinitely when the duration isn't known.

Standalone

progress bar.tsx
<NativeProgressBar value={62} />

Example

An indeterminate bar shown while an uploaded document is being verified, with no known duration to anchor a percentage to.

Verifying document...

progress-bar-example.tsx
<NativeProgressBar indeterminate />

Capabilities

PropTypeDescription
valuenumber0–100
indeterminatebooleanIndeterminate mode - slides back and forth
colorstring-
trackColorstring-
heightnumberTrack height in px. Default is 4.
classNamestring-