splitPanel

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

Create 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