GridListTileBar

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

View original docs online: https://v4.mui.com/api/grid-list-tile-bar/

⚠️ The GridListTileBar component was renamed to ImageListItemBar to align with the current Material Design naming.

You should use import { ImageListItemBar } from '@material-ui/core' or import ImageListItemBar from '@material-ui/core/ImageListItemBar'.

Attributes

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

Members list

Concise view

Type members

Classlikes

class Props extends PropTypes

Attributes

Graph
Supertypes
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 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*): Factory[Props]

Attributes

Inherited from:
Simple
def factory: Factory[Props]

Attributes

Inherited from:
FacadeModule

Inherited fields

lazy val facade: Facade

Attributes

Inherited from:
FacadeModuleBase