Grow

io.github.nafg.scalajs.facades.mui.Grow
object Grow extends Simple[Any]

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

The Grow transition is used by the Tooltip and Popover components. It uses react-transition-group internally.

Attributes

Graph
Supertypes
trait Simple[Any]
trait ChildrenOf[Any]
trait FacadeModule
trait FacadeModuleBase
class Object
trait Matchable
class Any
Show all
Self type
Grow.type

Members list

Type members

Classlikes

class Props extends WithChildren[Any]

Attributes

Supertypes
trait WithChildren[Any]
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 classlikes

class ApplyChildren(settings: Setting*)

Attributes

Inherited from:
ChildrenOf
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 Settings(settings: Setting*): Seq[Setting]

Attributes

Inherited from:
FacadeModule
def apply(settings: Setting*): ApplyChildren

Attributes

Inherited from:
Simple
def factory: Factory[Props]

Attributes

Inherited from:
FacadeModule

Inherited fields

lazy val facade: Facade

Attributes

Inherited from:
FacadeModuleBase