<Accordion> is a component that provides a collapsible accordion.
Properties
String
required
Specifies the title of the accordion. The title is displayed even when closed.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<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>