MultiProgress
feedback
MultiProgress: stacks multiple labeled progress bars in a vertical list
Terminal
$termuijs render multi-progress
Installation
$ bunx termuijs add multi-progress
Copies the source into src/components/multi-progress/ and installs @termuijs/core, @termuijs/widgets.
Usage
ts
import { MultiProgress } from '@termuijs/widgets'ts
new MultiProgress(options: MultiProgressOptions, style: Partial<Style> = {})API Reference
MultiProgress
| Prop | Type | Required | Description |
|---|---|---|---|
items | ProgressItem[] | required | — |
labelWidth | number | optional | — |
showValues | boolean | optional | — |