Package-level declarations
Material web list components (list, list item).
Types
Link copied to clipboard
Link copied to clipboard
open class MdList(className: String? = null, init: MdList.() -> Unit? = null) : MdListContainer<MdListItem>
Lists are continuous, vertical indexes of text and images.
Link copied to clipboard
open class MdListItem(text: String? = null, type: ListItemType = ListItemType.Text, disabled: Boolean = false, href: String? = null, target: LinkTarget? = null, className: String? = null, init: MdListItem.() -> Unit? = null) : MdItemWidget, HasHeadlineSlot, HasLeadingSlot, HasSupportingTextSlot, HasTrailingSlot, HasTrailingSupportingTextSlot
List items are element that belongs to a List.
Functions
Link copied to clipboard
fun Container.listItem(text: String? = null, type: ListItemType = ListItemType.Text, disabled: Boolean = false, href: String? = null, target: LinkTarget? = null, className: String? = null, init: MdListItem.() -> Unit? = null): MdListItem