figcaptionRef

@Composable
fun IComponent.figcaptionRef(className: String? = null, id: String? = null, content: @Composable IFigcaption.() -> Unit = {}): Figcaption

Creates a Figcaption component, returning a reference.

Return

the Figcaption component reference

Parameters

className

the CSS class name

id

the ID attribute of the component

content

the content of the component