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
| Prop | Type | Description |
|---|---|---|
| value | number | 0–100 |
| indeterminate | boolean | Indeterminate mode - slides back and forth |
| color | string | - |
| trackColor | string | - |
| height | number | Track height in px. Default is 4. |
| className | string | - |