MdListScope

class MdListScope(val elementScope: ElementScope<HTMLElement>)(source)

Constructors

Link copied to clipboard
constructor(elementScope: ElementScope<HTMLElement>)

Properties

Link copied to clipboard
val elementScope: ElementScope<HTMLElement>

Functions

Link copied to clipboard
@Composable
fun MdListItem(disabled: Boolean? = null, type: MdListItemType? = null, href: String? = null, target: String? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdListItemScope.() -> Unit)