MenuList

io.github.nafg.scalajs.facades.mui.MenuList$
object MenuList extends Simple

View original docs online: https://v4.mui.com/api/menu-list/

A permanently displayed menu following https://www.w3.org/TR/wai-aria-practices/#menubutton. It's exposed to help customization of the Menu component. If you use it separately you need to move focus into the component manually. Once the focus is placed inside the component it is fully keyboard accessible.

Attributes

Graph
Supertypes
trait Simple
trait NodeChildren
trait FacadeModule
trait FacadeModuleBase
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class Props extends WithChildren[VdomNode]

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
raw.type

Inherited classlikes

class ApplyChildren(settings: Setting*)

Attributes

Inherited from:
NodeChildren
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
NodeChildren
Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

type Setting = () => Props

Attributes

Inherited from:
FacadeModule

Value members

Concrete methods

def asElementType: ElementType
override def mkProps: Props

Attributes

Definition Classes
FacadeModule

Inherited methods

def apply(settings: Setting*): ApplyChildren

Attributes

Inherited from:
Simple
def childrenToNode(children: Seq[VdomNode]): VdomNode

Attributes

Inherited from:
NodeChildren
def factory: Factory[Props]

Attributes

Inherited from:
FacadeModule

Inherited fields

lazy val facade: Facade

Attributes

Inherited from:
FacadeModuleBase