CircularProgress

io.github.nafg.scalajs.facades.mui.CircularProgress
object CircularProgress extends Simple

View original docs online: https://mui.com/api/circular-progress/

ARIA

If the progress bar is describing the loading progress of a particular region of a page, you should use aria-describedby to point to the progress bar, and set the aria-busy attribute to true on that region until it has finished loading.

Attributes

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

Members list

Type members

Classlikes

class Props extends PropTypes

Attributes

Supertypes
trait PropTypes
class Object
trait Matchable
class Any
object raw extends Object

Attributes

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 Settings(settings: Setting*): Seq[Setting]

Attributes

Inherited from:
FacadeModule
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