Props

io.github.nafg.scalajs.facades.mui.Breadcrumbs$.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

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 children: Prop[VdomNode]

The breadcrumb children.

The breadcrumb children.

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 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 expandText: Prop[String]

Override the default label for the expand button.

Override the default label for the expand button.

For localization purposes, you can use the provided translations.

Attributes

def itemsAfterCollapse: Prop[Double]

If max items is exceeded, the number of items to show after the ellipsis.

If max items is exceeded, the number of items to show after the ellipsis.

Attributes

def itemsBeforeCollapse: Prop[Double]

If max items is exceeded, the number of items to show before the ellipsis.

If max items is exceeded, the number of items to show before the ellipsis.

Attributes

def maxItems: Prop[Double]

Specifies the maximum number of breadcrumbs to display. When there are more than the maximum number, only the first itemsBeforeCollapse and last itemsAfterCollapse will be shown, with an ellipsis in between.

Specifies the maximum number of breadcrumbs to display. When there are more than the maximum number, only the first itemsBeforeCollapse and last itemsAfterCollapse will be shown, with an ellipsis in between.

Attributes

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def separator: Prop[VdomNode]

Custom separator node.

Custom separator node.

Attributes

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