Raxol.UI.Components.Progress.Bar (Raxol v2.0.1)

View Source

Progress bar component for terminal UIs.

Provides horizontal progress bars with customizable appearance.

Summary

Functions

Creates a progress bar.

Creates a progress bar with a label.

Functions

bar(value, opts \\ [])

@spec bar(
  number(),
  keyword()
) :: binary()

Creates a progress bar.

bar_with_label(value, label, opts \\ [])

@spec bar_with_label(number(), binary(), keyword()) :: binary()

Creates a progress bar with a label.