ComponentsAccordionsAccordionTriggerThe clickable header button that toggles accordion content visibilityEngineeringDesigndone 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 PropTypeclassName?stringchildrenReact.ReactNode Import import { AccordionTrigger } from '@im/integral/components/styled';AccordionItemA container component for one accordion itemAccordionContentThe collapsible content area of an accordion item