ExpansionPanelProps
The props of the ExpansionPanel component.
Name | Type | Default | Description |
---|---|---|---|
ariaControls? |
|
Sets | |
class? |
|
Sets additional CSS classes to the ExpansionPanel. | |
collapseIcon? |
|
Sets a custom icon via css class(es), for the collapsed state of the ExpansionPanel. | |
collapseSvgIcon? |
|
Defines an SVGIcon to be rendered within the collapse arrow. | |
dir? |
|
Sets the | |
disabled? |
|
Sets the | |
expanded? |
|
Sets the | |
expandIcon? |
|
Sets a custom icon via css class(es), for the expanded state of the ExpansionPanel. | |
expandSvgIcon? |
|
Defines an SVGIcon to be rendered within the expand arrow. | |
id? |
|
Sets the | |
onAction? |
|
The event handler that will be fired when the expanded state of the ExpansionPanel is about to change. | |
subtitle? |
|
Specifies the secondary text in the header of the ExpansionPanel, which is rendered next to the collapse/expand icon. | |
subtitleRender? |
|
Specifies the secondary text in the header of the ExpansionPanel, which is rendered next to the collapse/expand icon. | |
tabIndex? |
|
Sets the | |
title? |
|
Specifies the primary text in the header of the ExpansionPanel. | |
titleRender? |
|
Specifies the primary text template in the header of the ExpansionPanel. |