Simal UI
Components

ProgressIndicator

Import

import { ProgressIndicator } from '@simal/ui/nativewindui';

Props

PropValuesDefaultDescription
valueCurrent progress, in the same units as max. Animates between values rather than jumping.
maxValue that counts as full. Defaults to 100, so an unconfigured indicator reads as a percentage.
className"w-80"Width lives here — the bar has no intrinsic width and collapses without one.

Examples

Animated

The bar is driven by a reanimated spring, so a static screenshot understates it — press the button to watch it settle.

Steps

On this page