splitPanel

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

Create SplitPanel component.

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