Props

io.github.nafg.scalajs.facades.mui.Ripple$.Props
class Props extends PropTypes

Attributes

Graph
Supertypes
trait PropTypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

object dyn extends Dynamic

Attributes

Inherited from:
PropTypes
Graph
Supertypes
trait Dynamic
class Object
trait Matchable
class Any

Value members

Concrete methods

def classes: Prop[Object]

Override or extend the styles applied to the component. See CSS API below for more details.

Override or extend the styles applied to the component. See CSS API below for more details.

Attributes

def in: Prop[Boolean]

Attributes

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def onExited: Prop[Any => Any]

Attributes

def pulsate: Prop[Boolean]

If true, the ripple pulsates, typically indicating the keyboard focus state of an element.

If true, the ripple pulsates, typically indicating the keyboard focus state of an element.

Attributes

def rippleSize: Prop[Double]

Diameter of the ripple.

Diameter of the ripple.

Attributes

def rippleX: Prop[Double]

Horizontal position of the ripple center.

Horizontal position of the ripple center.

Attributes

def rippleY: Prop[Double]

Vertical position of the ripple center.

Vertical position of the ripple center.

Attributes

def style: Prop[Object]
def timeout: Prop[Double]

exit delay

exit delay

Attributes

Inherited methods

def of[A : Writer](implicit evidence$1: Writer[A], name: Name): Prop[A]

Attributes

Inherited from:
PropTypes

Inherited fields

val key: Prop[Key]

Attributes

Inherited from:
PropTypes