Guidelines (in-progress)
- Use for task flows with 3-6 steps
- Use for tasks with multiple entry points
- Use when the user needs the context of the parent task
- Should not contain internal navigation
Examples
Stepped
Use if the process is linear. The user can go back but not forward.
Tabbed
Use if the process is non-linear. The user can go to any section in the navigation.
Responsive
1440 - 768
80% of the screen. Max width 1250px.
767px and below
Use mobile layout
Resources
(internal only)