colRef

@Composable
fun IComponent.colRef(className: String? = null, id: String? = null, content: @Composable ICol.() -> Unit = {}): Col

Creates a Col component, returning a reference.

Return

the Col component reference

Parameters

className

the CSS class name

id

the ID attribute of the component

content

the content of the component