Props

io.github.nafg.scalajs.facades.mui.CircularProgress.Props
class Props extends PropTypes

Attributes

Graph
Supertypes
trait PropTypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

object color extends Prop[String]

The color of the component. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.

The color of the component. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.

Attributes

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

The variant to use. Use indeterminate when there is no progress value.

The variant to use. Use indeterminate when there is no progress value.

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 classes: Prop[Object]

Override or extend the styles applied to the component.

Override or extend the styles applied to the component.

Attributes

def disableShrink: Prop[Any]

If true, the shrink animation is disabled. This only works if variant is indeterminate.

If true, the shrink animation is disabled. This only works if variant is indeterminate.

Attributes

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def size: Prop[Double | String]

The size of the component. If using a number, the pixel unit is assumed. If using a string, you need to provide the CSS unit, e.g. '3rem'.

The size of the component. If using a number, the pixel unit is assumed. If using a string, you need to provide the CSS unit, e.g. '3rem'.

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

def thickness: Prop[Double]

The thickness of the circle.

The thickness of the circle.

Attributes

def value: Prop[Double]

The value of the progress indicator for the determinate variant. Value between 0 and 100.

The value of the progress indicator for the determinate variant. Value between 0 and 100.

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