MdList

open class MdList(className: String? = null, init: MdList.() -> Unit? = null) : MdListContainer<MdListItem>

Lists are continuous, vertical indexes of text and images.

See https://material-web.dev/components/list/

Author

Maanrifa Bacar Ali

Constructors

Link copied to clipboard
constructor(className: String? = null, init: MdList.() -> Unit? = null)

Properties

Link copied to clipboard

Gets the direct items in this list.

Functions

Link copied to clipboard

Activates the next item in the list. If at the end of the list, the first item will be activated.

Link copied to clipboard

Activates the previous item in the list. If at the start of the list, the last item will be activated.

Link copied to clipboard
open fun render(): <Error class: unknown class>