Components
Progress
A visual indicator of task completion or status.
Progress Label
0%
min
max
Installation
npm install @mijn-ui/react-progressUsage
import { Progress } from "@mijn-ui/react-progress"<Progress value={33} />API Reference
Built on Radix UI — all underlying primitive props are forwarded in addition to the props below.
| Prop | Type | Default | Description |
|---|---|---|---|
unstyled | boolean | false | Opt out of the default styles to fully customize the component. |
classNames | object | — | Override classes per slot (see Style Slots below). |
className | string | — | Additional classes for the root element. |
Progress Style Slots
| Slot Name | Targeted Component | Purpose |
|---|---|---|
base | Progress | Styles the root progress component. |
indicator | Progress | Styles the progress indicator. |