Carsxe

Progress

Displays an indicator showing the completion progress of a task.
Syncing workspace
x

Installation

Import from the package. Do not run shadcn add in your app.

import { Progress, ProgressLabel, ProgressValue } from "@carsxe/design-system/components/progress"

Usage

import {
  Progress,
  ProgressLabel,
  ProgressValue,
} from "@carsxe/design-system/components/progress"

<Progress value={45}>
  <ProgressLabel>Syncing</ProgressLabel>
  <ProgressValue />
</Progress>

Complete

Export complete
x

API Reference

PropTypeDefault
valuenumber