Components

A visual indicator of task completion or status.

Progress Label

0%

min

max

Installation

NPM packages are currently unstable and may cause issues. Use it at your own risk.
npm install @mijn-ui/react-progress

Usage

import { Progress } from "@mijn-ui/react-progress"
<Progress value={33} />

Progress Style Slots

Slot NameTargeted ComponentPurpose
baseProgressStyles the root progress component.
indicatorProgressStyles the progress indicator.

On this page