Props

io.github.nafg.scalajs.facades.mui.Container.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 maxWidth extends Prop[String | Boolean]

Attributes

Supertypes
class Prop[String | Boolean]
class Object
trait Matchable
class Any
Self type
maxWidth.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 children: Prop[VdomNode]
def classes: Prop[Object]
def component: Prop[ElementType]
def disableGutters: Prop[Boolean]
def fixed: Prop[Boolean]

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