From 51ac06f4f7cd74290bbb262d854ea3b797cf9df4 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Fri, 19 Nov 2021 08:41:17 -0500 Subject: [PATCH] Added social shields --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 338df0ac5..e491f1a92 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ extensions: --- # SharePoint Framework Client-Side Web Part Samples & Tutorial Materials +![GitHub Repo stars](https://img.shields.io/github/stars/pnp/sp-dev-fx-webparts?style=social) +![GitHub forks](https://img.shields.io/github/forks/pnp/sp-dev-fx-webparts?style=social) +![GitHub watchers](https://img.shields.io/github/watchers/pnp/sp-dev-fx-webparts?style=social) +[![Twitter Follow](https://img.shields.io/twitter/follow/m365pnp?style=social)](https://twitter.com/m365pnp?s=20) +[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UC_mKdhw-V6CeCM7gTo_Iy7w?style=social)](https://www.youtube.com/channel/UC_mKdhw-V6CeCM7gTo_Iy7w) +[![GitHub issues](https://img.shields.io/github/issues/pnp/sp-dev-fx-webparts)](https://github.com/pnp/sp-dev-fx-webparts/issues) +[![GitHub pull requests](https://img.shields.io/github/issues-pr/pnp/sp-dev-fx-webparts)](https://github.com/pnp/sp-dev-fx-webparts/pulls) + 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 allows distributions of it as part of your sample.