Hello,
I need a “Wizard” component for my project.
A “wizard” is a classic component that lets the user go through a linear or branched flow, with the goal of performing an action on the last step : The component abstracts such features as : Next page, Previous Page, Exit, Finish. It can probably – but it’s not an absolute requirement – stack up the pages until the last page (to allow transitions). On the last page, the user clicks “Finish” (or whatever the button is labelled). The action is performed. The wizard closes.
I would like to save the effort from implementing the whole thing.
This is a very common component but a Google search does not let me find one.
Do you know where I could find such component for Aurelia?