Details accordion

<details-accordion>

Wraps two or more <details> tags and adds functionality to only show one open <details> at a time.

Attributes

Example

Keep one pane open:

Section one

Section one contents

Section two

Section two contents

Section three

Section three contents

Allow all panes to close:

Section one

Section one contents

Section two

Section two contents

Section three

Section three contents

Code

HTML

JS