Use the `description` and `label` attributes to set the respective text on the step. These are used as alternatives to using the `default` and `label` slots.

```html
<div class="w-min">
  <sd-step label="Label as attribute" description="Description as attribute"></sd-step>
</div>
```
