Accordion
component to define a collapsible block for toggling content. It is open by default and hides the content when clicked again.<Accordion title="Collapsible Block" >
This is the content inside the collapsible block, click to toggle.
</Accordion>
<Accordion title="Default Collapsed Block" defaultOpen={false}>
This is the content inside the collapsible block, default is closed.
</Accordion>
<Accordion title="Add Icon" icon="material-two-tone-storefront">
Introduce an icon to the collapsible block.
</Accordion>