AccordionSummaryClasses

sealed external interface AccordionSummaryClasses(source)

Properties

Link copied to clipboard
abstract val content: ClassName

Styles applied to the children wrapper element.

Link copied to clipboard

Styles applied to the children wrapper element unless disableGutters={true}.

Link copied to clipboard
abstract val disabled: ClassName

State class applied to the root element if disabled={true}.

Link copied to clipboard
abstract val expanded: ClassName

State class applied to the root element, children wrapper element and IconButton component if expanded={true}.

Link copied to clipboard

Styles applied to the expandIcon's wrapper element.

Link copied to clipboard
abstract val focusVisible: ClassName

State class applied to the ButtonBase root element if the button is keyboard focused.

Link copied to clipboard
abstract val gutters: ClassName

Styles applied to the root element unless disableGutters={true}.

Link copied to clipboard
abstract val root: ClassName

Styles applied to the root element.