Optional
backgroundOptional
capitalizeDetermines whether the first letter should be capitalized.
Optional
classOptional CSS class name.
Optional
customUsed for tests. Clickable and requested subcomponents will be suffixed with "-[ComponentName]".
Optional
disabledIf true, the component is disabled.
Optional
disableIf true, the ripple effect is disabled. ⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure to highlight the element by applying separate styles with the .Mui-focusVisible class.
Optional
expandedThe current state of the accordion (expanded or collapsed). Managed in parent element (Accordion).
Optional
expandOverride default position (right) of expand icon.
Optional
headingComponent for a visually hidden heading before the AccordionSummary button. Defaults to "h2". Set to appropriate level depending on page context.
Optional
iconOptional icon shown to the left of the primary text. If both iconLeft and imageLeft are provided, iconLeft takes precedence.
Optional
idA unique ID. Used for setting WAI-ARIA properties.
Optional
imageCustom image displayed to the left of the primary text. If both iconLeft and imageLeft are provided, iconLeft takes precedence.
Optional
isIf true, a loading skeleton will be rendered instead of the component.
Optional
langLanguage used for internal translations.
Optional
onClick event of the AccordionSummary button.
Optional
primaryOptional text that provides additional information, displayed to the right of the primary text.
Main text to be displayed in the accordion summary.
Optional
secondaryOptional secondary text that provides further details, displayed to the right of the primary text but below primaryMeta.
Optional
setFunction for changing the state of the accordion. Managed in parent element (Accordion).
Optional
sx
Background color for the AccordionSummary