mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-12 07:55:08 +00:00
git-subtree-dir: samples/react-my-groups git-subtree-mainline: 7450d5547cd4532deac356681a81eba0e858b5b8 git-subtree-split: d8c8c2275fb625db60744608aa9e83a82e437252
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
# react-my-groups
|
|
|
|
## Summary
|
|
|
|
Using Microsoft Graph this webpart grabs the current user's Office 365 groups with links to the groups SharePoint site.
|
|
|
|
![Demo](./assets/example.png)
|
|
|
|
## Used SharePoint Framework Version
|
|
|
|
![drop](https://img.shields.io/badge/drop-1.9.1-green.svg)
|
|
|
|
## Applies to
|
|
|
|
* [SharePoint Framework](https:/dev.office.com/sharepoint)
|
|
|
|
|
|
## Solution
|
|
|
|
Solution|Author(s)
|
|
--------|---------
|
|
react-my-groups | Zach Roberts
|
|
|
|
## Version history
|
|
|
|
Version|Date|Comments
|
|
-------|----|--------
|
|
1.0|September 13, 2019|Initial release
|
|
|
|
## Disclaimer
|
|
|
|
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
|
|
|
|
---
|
|
|
|
## Minimal Path to Awesome
|
|
|
|
* Clone this repository
|
|
* in the command line run:
|
|
* `npm install`
|
|
* `gulp bundle --ship`
|
|
* `gulp package-solution --ship`
|
|
* Add the package to your app catalog
|
|
* Approve the Graph API permissions in the SharePoint admin center
|
|
* Add the webpart to your page
|
|
|
|
|
|
## Features
|
|
|
|
This web part lists the current user's Office 365 groups with links to the groups SharePoint site.
|
|
|
|
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-my-groups" />
|