Packages

p

fabric

package fabric

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fabric
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package components
  2. package date_time
  3. package experiments
  4. package icons
  5. package react_hooks
  6. package styling

    You can create styling for css-in-js fabric style using literals but its not typesafe.

    You can create styling for css-in-js fabric style using literals but its not typesafe. Use the types and imports below to be *more*, but *not* completely, typesafe. Importing the object's contents brings a few implicit type converters into scope so you can use some "type inference driving" functions to create your style parts.

  7. package utilities

Type Members

  1. type IRenderFunction[P <: Object] = Function2[UndefOr[P], UndefOr[RenderForProps[P]], ReactNode]

    Used frequently in fabric so you can customize rendering.

  2. trait IScheme extends Object
    Annotations
    @JSType() @native()
  3. trait ISemanticTextColors extends Object

    Color values, typically hex.

    Color values, typically hex.

    Annotations
    @JSType() @native()
  4. trait ITheme extends Object with IScheme
    Annotations
    @JSType() @native()
  5. type RenderForProps[P <: Object] = Function1[UndefOr[P], ReactNode]

    Use this to help define render functions in scala code easier.

  6. trait ThemeLike extends Object
    Annotations
    @JSType() @native()
  7. trait UseCustomizableHooks extends AnyRef

Value Members

  1. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object hooks extends UseCustomizableHooks
  3. object merge_styles extends Object with MergeStyles
    Annotations
    @native() @JSImport("@uifabric/merge-styles", JSImport.Namespace)

Inherited from AnyRef

Inherited from Any

Ungrouped