strongtRef

@Composable
fun IComponent.strongtRef(text: String, className: String? = null, id: String? = null, content: @Composable IStrong.() -> Unit = {}): Strong

Creates a Strong component with text, returning a reference.

Return

the Strong 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