Murasaki
Components

Progress

Displays an indicator showing the completion progress of a task.

Usage

import { Progress } from "@murasakijs/ui";
<Progress value={60} />

API Reference

Props

PropTypeDefault
valuenumber | null

Progress renders React Aria's progress bar semantics. Its indicator is translated horizontally based on value (0–100).

Improve this page on GitHub

On this page