Components
Progress
Displays an indicator showing the completion progress of a task.
Usage
import { Progress } from "@murasakijs/ui";<Progress value={60} />API Reference
Props
| Prop | Type | Default |
|---|---|---|
value | number | null | — |
Progress renders React Aria's progress bar semantics. Its indicator is
translated horizontally based on value (0–100).