Hi,
A: is it possible to center the Header including the Chevron and Title?
B: is it possible to close a Collapsable Section when opening another section?
C: is it possible to open a Collapsable Section by a link?
Best regards,
Oliver
Hi,
A: is it possible to center the Header including the Chevron and Title?
B: is it possible to close a Collapsable Section when opening another section?
C: is it possible to open a Collapsable Section by a link?
Best regards,
Oliver
A: No. But given that you can attach slot attributes to any element, you can probably put your preferred alignment on those elements using inline CSS, or on child elements within those elements. I guess that wouldn’t center the chevron, but ought to do for all else.
B: No, it’s not an accordion. That is fundamentally a different sort of thing. Collapsible sections are not aware of other collapsible sections.
C: No. Unless maybe you write some JS to parse the URL, then trigger a synthetic click on the element’s toggle button.