Step
Step
component to represent a series of steps or processes.Example
With Step Titles
First Step
This is the content of the first step
Second Step
This is the content of the second step
Third Step
This is the content of the third step
<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>
Without Step Titles
This is the content of the first step
This is the content of the second step
This is the content of the third step
<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>
Custom Icons
First Step
This is the content of the first step
Second Step
This is the content of the second step
Third Step
This is the content of the third step
<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>
Parameter Description
Step
title
string
Title
icon
string
Icon
Modified at 2024-05-28 09:39:55