Use the `waiting` attribute to set the step as a future step.

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