Option

io.github.nafg.scalajs.facades.mui.base.Option
object Option extends FacadeModule

View original docs online: https://mui.com/api/option/

An unstyled option to be used within a Select.

Demos:

API:

Attributes

Graph
Supertypes
trait FacadeModule
trait FacadeModuleBase
class Object
trait Matchable
class Any
Self type
Option.type

Members list

Type members

Classlikes

class Props extends PropTypes

Attributes

Supertypes
trait PropTypes
class Object
trait Matchable
class Any
object raw extends Object

Attributes

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

Inherited types

type Setting = () => Props

Attributes

Inherited from:
FacadeModule

Value members

Concrete methods

def apply(value: Any, settings: Setting*): Factory[Props]
def asElementType: ElementType
override def mkProps: Props

Attributes

Definition Classes
FacadeModule

Inherited methods

def Settings(settings: Setting*): Seq[Setting]

Attributes

Inherited from:
FacadeModule
def factory: Factory[Props]

Attributes

Inherited from:
FacadeModule

Inherited fields

lazy val facade: Facade

Attributes

Inherited from:
FacadeModuleBase