The progress bar will display an indeterminate animation automatically when no value is provided, or if is set to `null`, `undefined` or `NaN`.

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