Components
LoadingBar
Slim animated bar for indeterminate loading or determinate progress display.
A horizontal loading bar. Two modes: indeterminate (bouncing sweep animation — for "something is happening") and determinate (shows exact percentage — for trackable progress).
Installation
Usage
Examples
Indeterminate
Determinate with controlled value
Fixed width
Custom color
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | undefined | 0–100. Omit for indeterminate mode |
width | number | terminal width | Bar width in columns |
color | string | theme primary | Bar fill color |
theme | InkUITheme | darkTheme | Color theme |