Package-level declarations

Material web icon component.

Types

Link copied to clipboard
open class MdIcon(name: String, className: String? = null, init: MdIcon.() -> Unit? = null) : MdWidget

Named material icon.

Functions

Link copied to clipboard

Sets the icon identified by name to the icon slot.

fun Container.icon(name: String, className: String? = null, init: MdIcon.() -> Unit? = null): MdIcon
Link copied to clipboard

Sets the icon identified by name to the leading slot.

Link copied to clipboard

Sets the icon identified by name to the selected slot.

Link copied to clipboard

Sets the icon identified by name to the trailing slot.