Wizard Chrome
Present a static multi-step shell with progress.
Static step chrome
- 1. Account
- 2. Profile
- 3. Review
Profile
This chapter shows one step. JavaScript Phase 7 teaches moving between steps and validating each one.
Present a static multi-step shell with progress.
This chapter shows one step. JavaScript Phase 7 teaches moving between steps and validating each one.
Mark current and completed steps in HTML classes.
<li class="is-done">1. Account</li>
<li class="is-current">2. Profile</li>