Skip to content

Progress

Linear progress bar.

Import

tsx
import { ZProgress } from "@zurto/ui";

Usage

tsx
<ZProgress value={75} />
<ZProgress value={50} showLabel />

Props

PropTypeDefaultDescription
valuenumber0Progress 0-100
showLabelbooleanfalseShow percentage
size'sm' | 'md' | 'lg''md'Bar height

Released under the MIT License.