Skip to main content

Step

An individual step container within a Wizard or Stepper.

Preview · Step

Code​

<div class="card" style="padding:1.25rem;max-width:380px">
<div style="display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem">
<div style="width:28px;height:28px;border-radius:50%;background:var(--primary);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:700;flex-shrink:0">1</div>
<h3 style="margin:0;font-size:0.975rem">Tenant Details</h3>
</div>
<div class="vstack">
<label>Name <input type="text" placeholder="Acme Corp" /></label>
<label>Region <select><option>EU</option><option>US</option></select></label>
</div>
</div>

Props​

PropTypeDefaultDescription
labelstring—Step label
stepNumbernumber—Step number
Version history

See the Changelog for version history and breaking changes.