ExpansionPanelProps
The props of the ExpansionPanel component.
Name | Type | Default | Description |
---|---|---|---|
ariaControls? |
|
Sets | |
children? |
|
The React elements that will be rendered inside the ExpansionPanel. | |
className? |
|
Sets additional CSS classes to the ExpansionPanel. | |
collapseIcon? |
|
Sets a custom icon via css class(es), for the collapsed state of the ExpansionPanel. | |
collapseSVGIcon? |
|
Sets a custom SVG icon for the collapsed state of the ExpansionPanel. | |
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? |
|
Sets a custom SVG icon for the expanded state of the ExpansionPanel. | |
id? |
|
Sets the | |
onAction? |
|
The event handler that will be fired when the expanded state of the ExpansionPanel is about to change. | |
style? |
|
Sets additional CSS styles to the ExpansionPanel. | |
subtitle? |
|
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. |