The last version of Internet Explorer, version 11, was released on October 17, 2013. This is a very long time ago when taking into account the rapid development of web technologies. These days it is often difficult and time consuming to get modern technologies to work well in this old browser. More and more frameworks are dropping support, and even Microsoft themselves has announced that they will fully drop support for IE in their own services in 2021.
Consequently, we have decided to not include support for IE in the Design Library website.
Luckily, there are modern options in active development. Please use Firefox, Edge or Chrome instead.
The wizard presents a sequence that lead the user through well-defined steps.
Wizards are a powerful design pattern that can be used to simplify complex processes. By showing less information at a time, they allow users to focus better on the content. The steps can vary depending on the user's input.
Use a wizard when a user has to complete steps in a specific sequence, or when a complicated task needs to become simplified. Be specific on what information a user is required to supply at each step. Use the supporting content area to give hints on what is required or provide a short FAQ relevant to that step. Try to group related questions (i.e. personal information) in one step.
The take over wizard relies on the behaviour of a takeover modal, where it acts as an added layer on top and uses the whole width and height of the viewport.
A grid is applied on the main and secondary content areas, whilst the step navigation is fixed at 320 px. The content is always left-aligned. Subtle animations are used to enhance actions in the step navigation.
The width of the main content area varies depending on screen size but it is never wider than 768 px. In some cases, for example when a wide table is needed, you have the possibility of using the whole content area.
Grid for desktop
Grid for tablet
Grid for mobile
The Previous and Next buttons should be placed in their direction (previous - back, next - forward). The buttons contain an arrow icon placed centred aligned with the text in the direction.
Desktop step buttons can be sticky to the bottom of the browser (optional). The buttons are placed within the width of the main content area.
Mobile step buttons are not sticky and placed at the bottom of the main content area.
Desktop measurements
Navigation desktop
Tablet measurements
Mobile measurements
The step navigation has a fixed width on desktop and tablet landscape at 320 px. Mobile and tablet portrait navigation collapses and takes full width.
The icons that gives the user information when the step is fullfilled, or if an error occurs, is always placed to the very right. In mobile, icons are aligned with the close icon in the header.
States in navigation
The step navigations background colour is #eeeeee. The default steps are transparent which gives the active and completed steps more focus. A completed step is enhanced by a check icon in #333333. If an error occures, the step is enhanced with an exclemation mark icon in red.
Wizard - desktop
Step navigation - mobile