Skip to content

Commit 97845eb

Browse files
Mike WheatonVesaJuvonen
authored andcommitted
Clarify that Fabric is included by default (SharePoint#213)
* Clarify that Fabric is included by default * Stronger warning against not importing Fabric
1 parent ef7a070 commit 97845eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/basics/design-considerations-for-web-parts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
>**Note:** The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environnments.
44
>
55
6-
To get started designing web parts, you will need to be familiar with Office UI Fabric. You can use Fabric as a starting point for iconography, font ramp, color usage, animation, and the responsive grid. Building from this foundation is a good starting point even if your goal is to depart visually in order to match your own companys brand or look and feel.
6+
To get started designing web parts, you will want to be familiar with [Office UI Fabric](http://dev.office.com/fabric). All of the styles from [Fabric Core](https://github.com/OfficeDev/office-ui-fabric-core) – including icons, typography, color usage, animation, and the responsive grid – are loaded by default and available to your web part. Do not import a copy of Fabric for your web part, as this may conflict with the global copy. These classes provide a foundation to your web part's styling, which you can always depart from if you require different visuals to match your company's brand.
77

88
## Office UI Fabric React Components
99

0 commit comments

Comments
 (0)