Open daneah opened 3 years ago
The problem
Sometimes a page needs multiple, collapsible sections so that information can be digested incrementally or optionally.
The solution
An accordion component is available that allows providing a title / summary and the detailed content, probably as slots.
Additional information
It could be good semantics-wise to leverage the <summary> and <details> tags within the component.
<summary>
<details>
https://x.com/jensimmons/status/1724885940416450810
The problem
Sometimes a page needs multiple, collapsible sections so that information can be digested incrementally or optionally.
The solution
An accordion component is available that allows providing a title / summary and the detailed content, probably as slots.
Additional information
It could be good semantics-wise to leverage the
<summary>
and<details>
tags within the component.