Use the `not-interactive` attribute to make a step non-interactive.

```html
<div class="w-[220px]">
  <sd-step not-interactive>
    <span slot="label">Step name</span>
  </sd-step>
</div>
```
