Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.morph-data.io/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>

Properties

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