ExpansionPanelProps
The props of the ExpansionPanel component.
Name | Type | Default | Description |
---|---|---|---|
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. | |
dir? |
| Sets the | |
disabled? |
| Sets the | |
expandIcon? |
| Sets a custom icon via css class(es), for the expanded state of the ExpansionPanel. | |
expanded? |
| Sets the | |
id? |
| Sets the | |
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. |
Methods
onAction | ||||||
---|---|---|---|---|---|---|
The event handler that will be fired when the expanded state of the ExpansionPanel is about to change. | ||||||
|