2020-06-01 23:25:42 -04:00
---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
platforms:
- React
createdDate: 6/1/2020 12:00:00 AM
---
2020-11-08 23:30:12 -05:00
# My Groups
2019-09-14 19:23:27 -04:00
## Summary
2021-04-26 02:08:59 -04:00
Using Microsoft Graph, this web part grabs the Office 365 groups the current user is a member of with links to the groups SharePoint site.
2019-09-14 19:23:27 -04:00
2021-04-26 02:08:59 -04:00
The web part has been updated to include a grid like in addition to the compact layout as seen below:
2020-07-08 22:07:51 -04:00
![Grid Demo ](./assets/React-MyGroups_Grid.png )
Compact Layout:
![Compact Demo ](./assets/React-MyGroups_Compact.png )
You can change between the grid and compact layout through the settings in the property pane:
![Property Pane Demo ](./assets/React-MyGroups_Property.png )
2019-09-14 19:23:27 -04:00
## Used SharePoint Framework Version
2020-06-01 23:25:42 -04:00
![1.10.0 ](https://img.shields.io/badge/drop-1.10.0-green.svg )
2019-09-14 19:23:27 -04:00
## Applies to
2020-06-09 03:09:22 -04:00
* [SharePoint Framework ](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview )
2019-09-14 19:23:27 -04:00
## Solution
Solution|Author(s)
--------|---------
react-my-groups | Zach Roberts
## Version history
Version|Date|Comments
-------|----|--------
1.0|September 13, 2019|Initial release
2020-06-01 19:38:38 -04:00
1.1|June 1, 2020| Updated to SPFX 1.10.0
2020-07-08 22:07:51 -04:00
1.2|July 8, 2020| Added Grid Layout
2019-09-14 19:23:27 -04:00
## 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
2021-04-26 02:08:59 -04:00
* Add the web part to your page
2019-09-14 19:23:27 -04:00
## 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" / >