@mozaic-ds/vue
Version:
Mozaic-Vue is the Vue.js implementation of ADEO Design system
12 lines (7 loc) • 677 B
Markdown
# MLinearProgressbarBuffer
A linear progress bar (Buffer) visually represents the progress of a task along a horizontal track, often indicating both current progress and a secondary buffered state. This type of progress bar is commonly used for loading processes, file uploads, or streaming indicators, where part of the task is completed while another portion is preloaded or buffered. It provides users with real-time feedback on task advancement.
## Props
| Name | Description | Type | Default |
| --- | --- | --- | --- |
| `size` | Allows to define the progress bar size. | `"s"` `"m"` `"l"` | - |
| `value` | The current value of the progress bar. | `number` | `0` |