Components/AccordionsAccordionTriggerThe clickable header button that toggles accordion content visibilitydone Overview This component is the clickable header/button that toggles the visibility of the accordion content. It must be used as a child of AccordionItem and is typically paired with AccordionContent. Examples Basic Usage PreviewCodeFullscreenClick me to expand Custom Styling PreviewCodeFullscreenCustom Styled Trigger Props PropTypeDefaultchildrenReact.ReactNode-className?string- Import import { AccordionTrigger } from '@im/integral/components/styled';AccordionItemA container component for one accordion itemAccordionContentThe collapsible content area of an accordion item