> For the complete documentation index, see [llms.txt](https://2600hz.gitbook.io/sds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2600hz.gitbook.io/sds/sds-3.0/sds-components/components/meter.md).

# Meter

### Use Cases

✅ Displaying progress of a task, process, or download to provide feedback to users.&#x20;

✅ Enhancing user experience by visually indicating completion status or remaining progress.&#x20;

✅ Providing users with a sense of time or effort required for ongoing operations.&#x20;

✅ Guiding users through multi-step processes by indicating completion of each step.

### Not to Use Cases

&#x20;❌ Avoid using the progress bar for non-progress-related visualizations.&#x20;

❌ Avoid relying solely on the progress bar to convey critical information without additional context or explanations.&#x20;

❌ Not suitable for representing static or non-changing data.
