# Step Item

[component-header:sl-step-item]

Step Items are used inside [step](/components/step) to a guided workflow.

```html preview
<sl-step step="2">
  <sl-step-item label="Upload data" description="Select the data to import"></sl-step-item>
  <sl-step-item label="Verify data" description="Verify the uploaded data"></sl-step-item>
  <sl-step-item label="Import data" description="Import the verified data"></sl-step-item>
</sl-step>
```



?> Additional demonstrations can be found in the [step examples](/components/step).

[component-metadata:sl-step-item]