Illustrative Mathematics® Learn Math for life
Components/Accordions

AccordionTrigger

The clickable header button that toggles accordion content visibility

done

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

Custom Styling

Props

PropTypeDefault
children
React.ReactNode
-
className?
string
-

Import

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