All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.olvind.mui.muiMaterial.mod.StepLabel.scala Maven / Gradle / Ivy

There is a newer version: 5.11.16
Show newest version
package com.olvind.mui.muiMaterial.mod

import com.olvind.mui.muiMaterial.stepLabelStepLabelMod.StepLabelProps
import com.olvind.mui.react.mod.global.JSX.Element
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

/**
  *
  * Demos:
  *
  * - [Stepper](https://mui.com/material-ui/react-stepper/)
  *
  * API:
  *
  * - [StepLabel API](https://mui.com/material-ui/api/step-label/)
  */
/* Inlined (props : @mui/material.@mui/material/StepLabel/StepLabel.StepLabelProps): react.react..JSX.Element & {  muiName :string} */
object StepLabel {
  
  inline def apply(props: StepLabelProps): Element = ^.asInstanceOf[js.Dynamic].apply(props.asInstanceOf[js.Any]).asInstanceOf[Element]
  
  @JSImport("@mui/material", "StepLabel")
  @js.native
  val ^ : js.Any = js.native
  
  @JSImport("@mui/material", "StepLabel.muiName")
  @js.native
  def muiName: String = js.native
  inline def muiName_=(x: String): Unit = ^.asInstanceOf[js.Dynamic].updateDynamic("muiName")(x.asInstanceOf[js.Any])
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy