We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1304ec7 commit 987d235Copy full SHA for 987d235
docs/spfx/office-ui-fabric-integration.md
@@ -92,7 +92,7 @@ We recommend that you install the latest Office UI Fabric React package and plac
92
93
After the Fabric React package is installed, you can import the required components from the Fabric React bundle.
94
95
-```Javascript
+```js
96
//import Button component from Fabric React Button bundle
97
import { Button } from 'office-ui-fabric-react/lib/Button';
98
@@ -178,7 +178,7 @@ The rest of the page would contain unscoped Office UI Fabric Core styles. This w
178
179
*Overriding* Fabric Core styles would not be supported.
180
181
182
// Sample of how the scoping would work.
183
import { SPComponentLoader } from '@microsoft/sp-loader';
184
0 commit comments