Props

io.github.nafg.scalajs.facades.mui.FormHelperText.Props
class Props extends WithChildren[VdomNode]

Attributes

Graph
Supertypes
trait WithChildren[VdomNode]
trait PropTypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

object margin extends Prop[String]

If dense, will adjust vertical spacing. This is normally obtained via context from FormControl.

If dense, will adjust vertical spacing. This is normally obtained via context from FormControl.

Attributes

Supertypes
class Prop[String]
class Object
trait Matchable
class Any
Self type
margin.type
object variant extends Prop[String]

The variant to use.

The variant to use.

Attributes

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

Inherited classlikes

object dyn extends Dynamic

Attributes

Inherited from:
PropTypes
Supertypes
trait Dynamic
class Object
trait Matchable
class Any

Value members

Concrete methods

def children: Prop[VdomNode]

The content of the component.

The content of the component.

If ' ' is provided, the component reserves one line height for displaying a future message.

Attributes

def classes: Prop[Object]

Override or extend the styles applied to the component.

Override or extend the styles applied to the component.

Attributes

def component: Prop[ElementType]

The component used for the root node. Either a string to use a HTML element or a component.

The component used for the root node. Either a string to use a HTML element or a component.

Attributes

def disabled: Prop[Boolean]

If true, the helper text should be displayed in a disabled state.

If true, the helper text should be displayed in a disabled state.

Attributes

def error: Prop[Boolean]

If true, helper text should be displayed in an error state.

If true, helper text should be displayed in an error state.

Attributes

def filled: Prop[Boolean]

If true, the helper text should use filled classes key.

If true, the helper text should use filled classes key.

Attributes

def focused: Prop[Boolean]

If true, the helper text should use focused classes key.

If true, the helper text should use focused classes key.

Attributes

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def required: Prop[Boolean]

If true, the helper text should use required classes key.

If true, the helper text should use required classes key.

Attributes

def style: Prop[Object]
def sx: Prop[Seq[Any => Any | Object | Boolean] | Any => Any | Object]

The system prop that allows defining system overrides as well as additional CSS styles.

The system prop that allows defining system overrides as well as additional CSS styles.

Attributes

Inherited methods

def of[A : Writer](implicit evidence$1: Writer[A], name: Name): Prop[A]

Attributes

Inherited from:
PropTypes

Inherited fields

val key: Prop[Key]

Attributes

Inherited from:
PropTypes