Props

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

Attributes

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

Members list

Concise view

Type members

Classlikes

object orientation extends Prop[String]

The stepper orientation (layout flow direction).

The stepper orientation (layout flow direction).

Attributes

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

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 activeStep: Prop[Double]

Set the active step (zero based index). Set to -1 to disable all the steps.

Set the active step (zero based index). Set to -1 to disable all the steps.

Attributes

def alternativeLabel: Prop[Boolean]

If set to 'true' and orientation is horizontal, then the step label will be positioned under the icon.

If set to 'true' and orientation is horizontal, then the step label will be positioned under the icon.

Attributes

def children: Prop[VdomNode]

Two or more <Step /> components.

Two or more <Step /> components.

Attributes

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 connector: Prop[VdomElement]

An element to be placed between each step.

An element to be placed between each step.

Attributes

def nonLinear: Prop[Boolean]

If set the Stepper will not assist in controlling steps for linear flow.

If set the Stepper will not assist in controlling steps for linear flow.

Attributes

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def style: Prop[Object]

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