Use the `current` attribute to set a step as the current step.

```html
<div class="w-min">
  <sd-step current>
    <span slot="label">Current</span>
  </sd-step>
</div>
```
