Use the `value` and `max` attributes to set the progress value and maximum value of the progress bar.
The default value is `0` and the default max is `100`. The component will calculate the percentage based on these two values.

```html
<div class="max-w-[300px]"><sd-progress-bar value="35" max="70"></sd-progress-bar></div>
```
