Creating a Funnel within a Funnel
When developing a funnel, you may need to go through multiple steps to achieve a particular state. Alternatively, you might need to reuse a portion of the funnel steps in another context. In these situations, dividing the funnel into sub-funnels can be an efficient approach. The flowchart would looks like this:
@use-funnel supports sub-funnels. You simply need to specify a different id when using useFunnel() in the components with in a particular step.