lg

io.github.nafg.scalajs.facades.mui.Grid.Props.lg
object lg extends Prop[String | Double | Boolean]

If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for the lg breakpoint and wider screens if not overridden.

Attributes

Graph
Supertypes
class Prop[String | Double | Boolean]
class Object
trait Matchable
class Any
Self type
lg.type

Members list

Value members

Inherited methods

def :=(value: String | Double | Boolean): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[String | Double | Boolean]): Setting

Attributes

Inherited from:
Prop
def setAs[B](value: B)(implicit B: Writer[B]): Setting

Attributes

Inherited from:
Prop
def setRaw(value: Any): Setting

Attributes

Inherited from:
Prop

Concrete fields

val auto: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop