Updating readme with third party library support note
This commit is contained in:
parent
58b4f620f8
commit
fdef364015
|
@ -1,6 +1,8 @@
|
|||
# SharePoint Framework client-side web part samples & tutorial materials
|
||||
|
||||
This repository contains the samples that demonstrate different usage patterns for the SharePoint Framework client-side web parts.
|
||||
This repository contains community samples that demonstrate different usage patterns for the SharePoint Framework client-side web parts.
|
||||
|
||||
> We do welcome community contributions to the samples folder in this repository for demonstrating different use cases with SharePoint Framework. Notice that if you use 3rd party libraries, please make sure that library license allowes distributions of it as part of your sample.
|
||||
|
||||
SharePoint client-side web parts are controls that appear inside a SharePoint page but run locally in the browser. They're the building blocks of pages that appear on a SharePoint site. You can build client-side web parts using modern script development tools and the SharePoint workbench (a development test surface), and you can deploy your client-side web parts to classic web part pages in Office 365 tenants. In addition to plain JavaScript projects, you can build web parts alongside common scripting frameworks, such as AngularJS and React. For example, you can use React along with components from Office UI Fabric React to quickly create experiences based on the same components used in Office 365
|
||||
|
||||
|
|
Loading…
Reference in New Issue