I have an Accordion FSC component that I don't see today on UnofficialSF, but must have come from there some time in the past. It is pretty good overall, but I wish it were reactive.
In my use case, I am trying to improve on a checkout experience using the new Action Buttons to walk users through a linear process on a single screen. For example, there are sections where they must supply a PO/Reference number, confirm shipping address, choose a shipping method etc and as they perform actions that update their cart, I want to automatically collapse the section they have just completed and expand the next section using feedback from the action buttons to drive reactivity.
Would love to hear how anyone navigated similar use cases and with what components!
Thanks
Phil
@Eric Smith, agreed, conditionally visibility is good here--that's why I like the accordion because it allows a familiar UI for people to backtrack and expand a hidden, collapsed section all on one screen. I could probably drive this functionality with toggles to auto hide but allow unhiding; I just like the accordion aesthetic.