Description
Multi step form simplified is a more lightweight version of the multi step form. Rather than provide a complete interactive wizard display as the multi step form does, multi step form simplified simply displays text that indicates the users progress in completing the main task, guiding the user through a task divided in several steps in a light way.
Check the Lexicon Multi Step Form Simplified Pattern for a more in-depth look at the motivations and proper usage of this component.
Subnav Tbar Light
<div class="tbar subnav-tbar subnav-tbar-light">
<div class="container-fluid container-fluid-max-xl">
<div class="tbar-nav">
<div class="tbar-item tbar-item-expand">
<div class="tbar-section">
<span class="component-text text-truncate-inline">
<span class="text-truncate">User Information</span>
</span>
</div>
</div>
<div class="tbar-item">
<span class="component-text">Step 1 of 2</span>
</div>
</div>
</div>
</div>