Skip to content

SplitN

Split grid component, which is the core functional implementation component of SplitLayout. Exported for standalone use.

Props

PropertyDescriptionTypeDefault
gridsGrid dataCodeLayoutSplitNGrid[]
horizontalIs layout horizontal?booleantrue
draggerSizeSet drag split line size (in pixels)number1

Slots

Slot nameDescriptionParam
gridGrid content rendering slot, grid is the current grid data{ grid }

Example

View example

Released under the MIT License.