citeRef

@Composable
fun IComponent.citeRef(className: String? = null, id: String? = null, content: @Composable ICite.() -> Unit = {}): Cite

Creates a Cite component, returning a reference.

Return

the Cite component reference

Parameters

className

the CSS class name

id

the ID attribute of the component

content

the content of the component