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

Type members

Classlikes

object orientation extends Prop[String]

The component orientation (layout flow direction).

The component orientation (layout flow direction).

Attributes

Supertypes
class Prop[String]
class Object
trait Matchable
class Any
Self 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 activeStep: Prop[Any]

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.

Override or extend the styles applied to the component.

Attributes

def component: Prop[ElementType]

The component used for the root node. Either a string to use a HTML element or a component.

The component used for the root node. Either a string to use a HTML element or a component.

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]
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

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