variant

io.github.nafg.scalajs.facades.mui.Typography.Props.variant
object variant extends Prop[String]

Applies the theme typography styles.

Attributes

Graph
Supertypes
class Prop[String]
class Object
trait Matchable
class Any
Self type
variant.type

Members list

Value members

Inherited methods

def :=(value: String): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[String]): 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 body1: Setting
val body2: Setting
val button: Setting
val caption: Setting
val h1: Setting
val h2: Setting
val h3: Setting
val h4: Setting
val h5: Setting
val h6: Setting
val inherit: Setting
val overline: Setting
val subtitle1: Setting
val subtitle2: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop