spant

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

Creates a Span component with text.

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