Multi-step Form Wizard
These examples showcases a simple multi-step form (form wizard), with next
and previous
step navigation.
Higher Order Components
This example uses the higher-order components only.
Composition API
This example uses the composition API to construct a system of <FormStep>
and <FormWizard>
components to make building form steps easier.