Skip to content

Commit d966c75

Browse files
Vitalius1VesaJuvonen
authored andcommitted
Add Fabric documentation entry points. (SharePoint#4149)
* Add Fabric documentation entry points. * Adjust the documentation Highlighting all 3 entry points for better discoverability. * Remove en-us localization from the URL
1 parent 8a0bb9f commit d966c75

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/spfx/web-parts/get-started/use-fabric-react-components.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ localization_priority: Priority
88

99
# Use Office UI Fabric React components in your SharePoint client-side web part
1010

11-
This article describes how to build a simple web part that uses the DocumentCard component of [Office UI Fabric React](https://github.com/OfficeDev/office-ui-fabric-react). Office UI Fabric React is the front-end framework for building experiences for Office and Office 365. Fabric React includes a robust collection of responsive, mobile-first components that make it easy for you to create web experiences by using the Office Design Language.
11+
Office UI Fabric React is the front-end framework for building experiences for Office and Office 365. It includes a robust collection of responsive, mobile-first components that make it easy for you to create web experiences by using the Office Design Language.
12+
- [Fabric website](https://developer.microsoft.com/fabric#/controls/web) - detailed API documentation along with implementation code examples for each control.
13+
- [API reference](https://docs.microsoft.com/javascript/api/office-ui-fabric-react?branch=live&view=office-ui-fabric-react-latest) - detailed API reference documentation.
14+
- [Office UI Fabric React](https://github.com/OfficeDev/office-ui-fabric-react) - source code repository on github.
1215

13-
The following image shows a DocumentCard component created with Office UI Fabric React.
16+
This article describes how to build a simple web part like in the following image, that uses the DocumentCard component of Office UI Fabric React.
1417

1518
![Image of a DocumentCard Fabric component in a SharePoint workbench](../../../images/fabric-components-doc-card-view-ex.png)
1619

0 commit comments

Comments
 (0)