varTagRef

@Composable
fun IComponent.varTagRef(className: String? = null, id: String? = null, content: @Composable IVarTag.() -> Unit = {}): VarTag

Creates a VarTag component, returning a reference.

Return

the VarTag component reference

Parameters

className

the CSS class name

id

the ID attribute of the component

content

the content of the component