Skip to content

SplitView

SplitView(__namedParameters): ReactElement

Defined in: react/components/layout/split-view.tsx:91

A recursively splittable, drag-resizable pane grid (VSCode editor-grid model). A split node lays its children along one axis with fr-weighted sizes and a draggable Splitter between each pair; leaf nodes render content. Splits nest arbitrarily, so a child can itself be a split in the other direction. Sizes live in state, so resizes are pure tree mutations.

SplitViewProps

ReactElement