SplitterPaneProps
Represents the pane options of the Splitter.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
Determines the children nodes. | |
className? |
|
Sets additional classes to the component. | |
collapsed? |
|
Specifies the pane collapsed state (see example). | |
collapsible? |
|
Specifies if the user is allowed to hide the pane and provide space for other panes (see example). | |
id? |
|
Sets the | |
keepMounted? |
|
Specifies if the children of the pane should be mounted when it's in collapsed state. | |
max? |
|
Sets the maximum possible size of the pane (see example). | |
min? |
|
Sets the minimum possible size of the pane (see example). | |
resizable? |
|
Specifies if the user is allowed to resize the pane and provide space for other panes (see example). If | |
scrollable? |
|
Specifies if overflowing content is scrollable or hidden (see example). If | |
size? |
|
Sets the size of the pane (see example). Has to be between the | |
style? |
|
Sets additional CSS styles to the component. |