# MLinearProgressbarPercentage

A linear progress bar (Percentage) visually represents the completion of a task along a horizontal track, displaying the exact progress in percentage within the bar. It is commonly used for file uploads, installations, form completion, or any process requiring user awareness of progress. The percentage label provides clear and immediate feedback, helping users track progress with precision.


## Props

| Name | Description | Type | Default |
| --- | --- | --- | --- | 
| `value` | The current value of the progress bar. | `number` | `0` |
