Components/AccordionsAccordionContentThe collapsible content area of an accordion itemdone Overview This component contains the collapsible content that is shown or hidden when the AccordionTrigger is clicked. It must be used as a child of AccordionItem. It can contain any React children, including text, images, lists, or other components. Examples Basic Usage PreviewCodeFullscreenWhat can go inside AccordionContent? Rich Content PreviewCodeFullscreenRich Content Example Props PropTypeDefaultchildrenReact.ReactNode-className?string- Import import { AccordionContent } from '@im/integral/components/styled';AccordionTriggerThe clickable header button that toggles accordion content visibilityBreadcrumbA navigational component for displaying a user's location within a site hierarchy.