Skip to main content

Wizard Nav

Back and Next navigation controls for use inside a wizard.

Preview · Wizard Nav

Code

<div style="display:flex;justify-content:space-between;align-items:center;padding:0.75rem;border-top:1px solid var(--border)">
<button data-variant="secondary" class="small">← Back</button>
<button class="small">Next →</button>
</div>

Props

PropTypeDefaultDescription
backLabelstring'Back'Back label
nextLabelstring'Next'Next label
Version history

See the Changelog for version history and breaking changes.