fabric
package fabric
- Alphabetic
- By Inheritance
- fabric
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Package Members
- package components
- package date_time
- package experiments
- package icons
- package react_hooks
- 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.
- package utilities
Type Members
- type IRenderFunction[P <: Object] = Function2[UndefOr[P], UndefOr[RenderForProps[P]], ReactNode]
Used frequently in fabric so you can customize rendering.
- trait IScheme extends Object
- Annotations
- @JSType() @native()
- trait ISemanticTextColors extends Object
Color values, typically hex.
Color values, typically hex.
- Annotations
- @JSType() @native()
- trait ITheme extends Object with IScheme
- Annotations
- @JSType() @native()
- type RenderForProps[P <: Object] = Function1[UndefOr[P], ReactNode]
Use this to help define render functions in scala code easier.
- trait ThemeLike extends Object
- Annotations
- @JSType() @native()
- trait UseCustomizableHooks extends AnyRef
Value Members
- case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object hooks extends UseCustomizableHooks
- object merge_styles extends Object with MergeStyles
- Annotations
- @native() @JSImport("@uifabric/merge-styles", JSImport.Namespace)