Props

io.github.nafg.scalajs.facades.mui.SpeedDial.Props
class Props extends WithChildren[VdomNode]

Attributes

Graph
Supertypes
trait WithChildren[VdomNode]
trait PropTypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

object direction extends Prop[String]

The direction the actions open relative to the floating action button.

The direction the actions open relative to the floating action button.

Attributes

Supertypes
class Prop[String]
class Object
trait Matchable
class Any
Self type
direction.type

Inherited classlikes

object dyn extends Dynamic

Attributes

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

Value members

Concrete methods

def FabProps: Prop[Object]

Props applied to the Fab element.

Props applied to the Fab element.

Attributes

def TransitionComponent: Prop[ElementType]

The component used for the transition. Follow this guide to learn more about the requirements for this component.

The component used for the transition. Follow this guide to learn more about the requirements for this component.

Attributes

def TransitionProps: Prop[Object]

Props applied to the transition element. By default, the element is based on this Transition component.

Props applied to the transition element. By default, the element is based on this Transition component.

Attributes

def ariaLabel: Prop[String]

The aria-label of the button element. Also used to provide the id for the SpeedDial element and its children.

The aria-label of the button element. Also used to provide the id for the SpeedDial element and its children.

Attributes

def children: Prop[VdomNode]

SpeedDialActions to display when the SpeedDial is open.

SpeedDialActions to display when the SpeedDial is open.

Attributes

def classes: Prop[Object]

Override or extend the styles applied to the component.

Override or extend the styles applied to the component.

Attributes

def hidden: Prop[Boolean]

If true, the SpeedDial is hidden.

If true, the SpeedDial is hidden.

Attributes

def icon: Prop[VdomNode]

The icon to display in the SpeedDial Fab. The SpeedDialIcon component provides a default Icon with animation.

The icon to display in the SpeedDial Fab. The SpeedDialIcon component provides a default Icon with animation.

Attributes

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

Callback fired when the component requests to be closed.

Callback fired when the component requests to be closed.

Value parameters

{object}

event The event source of the callback.

{string}

reason Can be: "toggle", "blur", "mouseLeave", "escapeKeyDown".

Attributes

def onOpen: Prop[Any => Any]

Callback fired when the component requests to be open.

Callback fired when the component requests to be open.

Value parameters

{object}

event The event source of the callback.

{string}

reason Can be: "toggle", "focus", "mouseEnter".

Attributes

def open: Prop[Boolean]

If true, the component is shown.

If true, the component is shown.

Attributes

def openIcon: Prop[VdomNode]

The icon to display in the SpeedDial Fab when the SpeedDial is open.

The icon to display in the SpeedDial Fab when the SpeedDial is open.

Attributes

def style: Prop[Object]
def sx: Prop[Seq[Any => Any | Object | Boolean] | Any => Any | Object]

The system prop that allows defining system overrides as well as additional CSS styles.

The system prop that allows defining system overrides as well as additional CSS styles.

Attributes

def transitionDuration: Prop[Double | Object]

The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.

The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object.

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