<Accordion> is a component that provides a collapsible accordion.

<Accordion title="Put title here">
  <p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
    eiusmod tempor incididunt ut labore et dolore magna aliqua.
  </p>
</Accordion>

Properties

title
String
required

Specifies the title of the accordion. The title is displayed even when closed.