Package-level declarations

Material web ripple component.

Types

Link copied to clipboard
open class MdRipple(disabled: Boolean = false, htmlFor: String? = null, control: <Error class: unknown class>? = null, className: String? = null, init: MdRipple.() -> Unit? = null) : MdWidget

Ripples are state layers used to communicate the status of a component or interactive element.

Functions

Link copied to clipboard
fun Container.ripple(disabled: Boolean = false, htmlFor: String? = null, control: <Error class: unknown class>? = null, className: String? = null, init: MdRipple.() -> Unit? = null): <Error class: unknown class>