Tulip Logo IconTulip
Components

Progress

Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

Usage

import { Progress } from "@tulip-systems/core/components";
<Progress value={33} />

Examples

Label

Use a Field component to add a label to the progress bar.

On this page