h6

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

Creates a H6 component.

Parameters

className

the CSS class name

id

the ID attribute of the component

content

the content of the component