class RatatuiRuby::Widgets::LineGauge

Displays a compact, single-line progress bar.

Screen space is precious. Standard block gauges are bulky and consume multiple rows.

This widget compresses the feedback. It draws a progress bar using line characters, fitting perfectly into tight layouts or lists.

Use it when you need to show status without stealing focus or space.

Example

Run the interactive demo from the terminal:

ruby examples/widget_line_gauge/app.rb