Progress
feedback
Progress component
Terminal
$termuijs render progress
Installation
$ bunx termuijs add progress
Copies the source into src/components/progress/ and installs @termuijs/core, @termuijs/widgets.
Usage
ts
import { Progress } from '@termuijs/widgets'ts
new Progress(props: ProgressProps = {}, style: Partial<Style> = {},)API Reference
Progress
| Prop | Type | Required | Description |
|---|---|---|---|
tasks | ProgressTask[] | optional | — |
columns | ProgressColumnDefinition[] | optional | — |
children | unknown | optional | — |