Progress
Visual indicator showing task completion percentage
Example
Loading preview…
Progress
Visual indicator showing task completion percentage
Source: packages/appkit-ui/src/react/ui/progress.tsx
Props
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
value | number | null | - | - | |
max | number | - | - | |
getValueLabel | ((value: number, max: number) => string) | - | - | |
asChild | boolean | - | - |
Usage
import { Progress } from '@databricks/appkit-ui';
<Progress /* props */ />