skills/daisyui/components/steps.md
Use the steps component to show a sequence in a process.
stepsstep, step-iconstep-neutral, step-primary, step-secondary, step-accent, step-info, step-success, step-warning, step-errorsteps-vertical, steps-horizontal<ul class="steps {DIRECTION}">
<li class="step step-primary">{completed step}</li>
<li class="step">{upcoming step}</li>
</ul>
steps-vertical to the ul.steps. Add step-* color classes to each applicable step item.step-primary to its li.step-icon class.data-content="{value}" to the <li>.