<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
Specifies the title of the accordion. The title is displayed even when closed.