Step
component to represent a series of steps or processes.<Steps>
<Step title="First Step">
This is the content of the first step
</Step>
<Step title="Second Step">
This is the content of the second step
</Step>
<Step title="Third Step">
This is the content of the third step
</Step>
</Steps>
<Steps>
<Step title="">
This is the content of the first step
</Step>
<Step title="">
This is the content of the second step
</Step>
<Step title="">
This is the content of the third step
</Step>
</Steps>
<Steps>
<Step title="First Step" icon="remix-progress-2-fill">
This is the content of the first step
</Step>
<Step title="Second Step" icon="remix-progress-4-fill">
This is the content of the second step
</Step>
<Step title="Third Step" icon="remix-progress-6-fill">
This is the content of the third step
</Step>
</Steps>