OnsListItem
constructor(content: String? = null, rich: Boolean = false, tappable: Boolean? = null, divider: DividerType? = null, className: String? = null, init: OnsListItem.() -> Unit? = null)(source)
Creates a list item component.
Parameters
content
the content of the center section
rich
whether content can contain HTML code
tappable
whether the element reacts to taps
divider
a divider type
className
CSS class names
init
an initializer extension function