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

com.olvind.mui.muiMaterial.selectMod.scala Maven / Gradle / Ivy

package com.olvind.mui.muiMaterial

import com.olvind.mui.muiMaterial.selectSelectClassesMod.SelectClasses
import com.olvind.mui.muiMaterial.selectSelectMod.SelectProps
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}

object selectMod {
  
  @JSImport("@mui/material/Select", JSImport.Namespace)
  @js.native
  val ^ : js.Any = js.native
  
  /**
    *
    * Demos:
    *
    * - [Select](https://mui.com/material-ui/react-select/)
    *
    * API:
    *
    * - [Select API](https://mui.com/material-ui/api/select/)
    * - inherits [OutlinedInput API](https://mui.com/material-ui/api/outlined-input/)
    */
  /* Inlined (props : @mui/material.@mui/material/Select/Select.SelectProps): react.react..JSX.Element & {  muiName :string} */
  object default {
    
    inline def apply[T](props: SelectProps[T]): Element = ^.asInstanceOf[js.Dynamic].apply(props.asInstanceOf[js.Any]).asInstanceOf[Element]
    
    @JSImport("@mui/material/Select", JSImport.Default)
    @js.native
    val ^ : js.Any = js.native
    
    @JSImport("@mui/material/Select", "default.muiName")
    @js.native
    def muiName: String = js.native
    inline def muiName_=(x: String): Unit = ^.asInstanceOf[js.Dynamic].updateDynamic("muiName")(x.asInstanceOf[js.Any])
  }
  
  inline def getSelectUtilityClasses(slot: String): String = ^.asInstanceOf[js.Dynamic].applyDynamic("getSelectUtilityClasses")(slot.asInstanceOf[js.Any]).asInstanceOf[String]
  
  @JSImport("@mui/material/Select", "selectClasses")
  @js.native
  val selectClasses: SelectClasses = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy