subtRef

@Composable
fun IComponent.subtRef(text: String, className: String? = null, id: String? = null, content: @Composable ISub.() -> Unit = {}): Sub

Creates a Sub component with text, returning a reference.

Return

the Sub component

Parameters

text

the text of the component

className

the CSS class name

id

the ID attribute of the component

content

the content of the component