Skip to main content

Overview

The implementation of the dock is a collection of nested splitview controls which is exposed as a seperate component to be used independantly.

className
className?: string
components
components: Record<string,React.FunctionComponent<ISplitviewPanelProps<any>>>
disableAutoResizing
disableAutoResizing?: boolean
hideBorders
hideBorders?: boolean
onReady
onReady: (event: SplitviewReadyEvent): void
orientation
orientation?: Orientation.VERTICAL | Orientation.HORIZONTAL
proportionalLayout
proportionalLayout?: boolean

Live Example