It is a desirable feature to be able to link directly to a specific accordion in a set.
You could do this two ways, by URL, or by attribute. Assuming you have 3 accordions, Larry, Curly and Moe, you could open the 3rd accordion like this:
<pfe-accordion selected-index="3">
And/or by adding support for pfe-tabs-history attribute to pfe-accordion (which would be great because pfe-content-set can also upgrade to accordions). So a URL like redhat.com/my-page?tabs=moe should also open the 3rd accordion.
It is a desirable feature to be able to link directly to a specific accordion in a set.
You could do this two ways, by URL, or by attribute. Assuming you have 3 accordions, Larry, Curly and Moe, you could open the 3rd accordion like this:
And/or by adding support for pfe-tabs-history attribute to pfe-accordion (which would be great because pfe-content-set can also upgrade to accordions). So a URL like redhat.com/my-page?tabs=moe should also open the 3rd accordion.