SplitterProps
Represents the options of the Splitter.
| Name | Type | Default | Description |
|---|---|---|---|
children? | | Determines the children nodes. | |
className? | | Sets additional classes to the component. | |
defaultPanes? | | Sets the initial options of the Splitter panes (more information and examples). Can be used for uncontrolled state. jsx | |
id? | | Sets the | |
onChange? | | Fires after a Splitter pane is resized or collapsed. Useful for updating the pane options and triggering layout calculations on components which are positioned inside the panes. jsx | |
orientation? | | | Specifies the orientation of the panes within the Splitter (more information and examples). Panes in a horizontal Splitter are placed horizontally. Panes in a vertical Splitter are placed vertically. jsx |
panes? | | Sets the options of the Splitter panes (more information and examples). Can be used for controlled state. jsx | |
style? | | Sets additional CSS styles to the component. |