The accordion Item component is used for the FAQs page in the application. It renders a single accordion-item that is collapsable/expandable on click.


To use accordion item, please view below props that are needed to construct one:
description - description text of the accordion item
title - title of the accordion item
Example:
<AccordionItem
title="Accordion Title"
description="Accordion Description goes here..."
/>