From fdef36401588d60ef19bd514785fcbcf306315f1 Mon Sep 17 00:00:00 2001 From: VesaJuvonen Date: Fri, 23 Mar 2018 08:56:47 +0200 Subject: [PATCH] Updating readme with third party library support note --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d45d69000..7db66ec5c 100644 --- a/README.md +++ b/README.md @@ -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