Illustrative Mathematics® Learn Math for life
Components/Accordions

AccordionContent

The collapsible content area of an accordion item

done

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

Rich Content

Props

PropTypeDefault
children
React.ReactNode
-
className?
string
-

Import

import { AccordionContent } from '@im/integral/components/styled';