You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// manually select which components to importimport{Spinner,Toggle}from'office-fabric'// object that exposes all fabric componentsimport{FabricComponents}from'office-fabric'
overrideTheme(theme) (Theming)
import{overrideTheme}from'office-fabric'// override theming variables at runtime, e.g. to change colors, fonts, etc.overrideTheme(themeObj)
Interfaces and utility to expand office-fabric and build solutions on top of it, e.g. BaseComponent.
The text was updated successfully, but these errors were encountered:
office-fabric needs to export the following objects, functions and structures:
Fabric
(Plugin):{ Spinner, Toggle}
,{ FabricComponents }
(Components):overrideTheme(theme)
(Theming)BaseComponent
.The text was updated successfully, but these errors were encountered: