Some checks failed
Deploy / deploy (push) Failing after 39s
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #5
917 B
917 B
steps
Steps can be used to show a list of steps in a process
Class Names:
- Component:
steps - Part:
step,step-icon - Color:
step-neutral,step-primary,step-secondary,step-accent,step-info,step-success,step-warning,step-error - Direction:
steps-vertical,steps-horizontal
Syntax
<ul class="steps {DIRECTION}">
<li class="step step-primary">{completed step}</li>
<li class="step">{upcoming step}</li>
</ul>
Rules
- Steps are horizontal by default; add
steps-verticalto theulfor a vertical layout - Direction classes go on
steps;step-*color classes go on individualstepitems - To mark a step with the primary color, add
step-primaryto thatli - You can add an icon in each step using
step-iconclass - To display custom data, add
data-content="{value}"to the<li>