Skip to main content

Progress

Visual indicator showing task completion percentage

Example

progress
Loading preview…

Progress

Visual indicator showing task completion percentage

Source: packages/appkit-ui/src/react/ui/progress.tsx

Props

PropTypeRequiredDefaultDescription
valuenumber | null--
maxnumber--
getValueLabel((value: number, max: number) => string)--
asChildboolean--

Usage

import { Progress } from '@databricks/appkit-ui';

<Progress /* props */ />