I was curious if anyone had a good example of a user walkthrough app. Something similar to the experience when purchasing a plane ticket. Something like
I feel like location/nav/multipage could handle the paging? Or it could even be one page?
I feel like the components on page are no problem?
However, I’m not sure of a straighforward way to achieve the 1-2-3 graphic. Could simulate with rendered components, but that might be harder/buggy.
I need some fairly advanced behavior from this app. The documentation for Stepper, here
says
children (a list of or a singular dash component, string or number; required):
<Stepper.Step /> components only.
Does this mean that only select components will work with the stepper tool? Or am I free to encase an arbitrary compilation of components inside a Div?