Accordion

Default (single)

Yes. It adheres to the WAI-ARIA design pattern and supports keyboard navigation.

Multiple

Multiple panels can be open at the same time.

This one starts open too.

Anatomy

<Accordion.Root>
  <Accordion.Item>
    <Accordion.Header>
      <Accordion.Trigger />
    </Accordion.Header>
    <Accordion.Panel />
  </Accordion.Item>
</Accordion.Root>