Expand description
This module provides a customizable linear progress bar component for visualizing task completion.
The progress
component displays a horizontal bar with configurable width, height, colors, and shape,
where the filled portion represents the current progress value (from 0.0 to 1.0).
It is suitable for indicating the status of ongoing operations such as loading, uploading, or processing tasks
in user interfaces.
Typical usage involves specifying the progress value and optional appearance parameters. The component is designed for integration into Tessera UI applications.
Structs§
- Progress
Args - Arguments for the
progress
component. - Progress
Args Builder - Builder for
ProgressArgs
.
Enums§
- Progress
Args Builder Error - Error type for ProgressArgsBuilder
Functions§
- progress
- Draws a linear progress indicator that visualizes the completion of a task.