splitPanelRef

@Composable
fun IComponent.splitPanelRef(dir: Dir = Dir.Vertical, className: String? = null, id: String? = null, content: @Composable ISplitPanel.() -> Unit = {}): SplitPanel

Create SplitPanel component, returning a reference.

Return

the SplitPanel component

Parameters

dir

the split panel direction

className

the CSS class name

id

the ID attribute of the component

content

the content of the component