sp-dev-fx-webparts/samples/react-my-groups
Hugo Bernier 8e6bd1404b Added web part to every sample 2024-04-18 01:51:29 -04:00
..
.devcontainer Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
.vscode Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
assets Added web part to every sample 2024-04-18 01:51:29 -04:00
config Added Graph API Permissions to package-solution.json and updated webpart to 1.10.0 2020-06-01 19:35:59 -04:00
src Added Grid layout and adjusted compact layout 2020-07-08 22:07:51 -04:00
teams Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
.editorconfig Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
.gitignore Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
.yo-rc.json Added Graph API Permissions to package-solution.json and updated webpart to 1.10.0 2020-06-01 19:35:59 -04:00
README.md Updated telemetry link 2023-03-12 21:16:15 -04:00
gulpfile.js Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
package-lock.json Added Graph API Permissions to package-solution.json and updated webpart to 1.10.0 2020-06-01 19:35:59 -04:00
package.json Added Graph API Permissions to package-solution.json and updated webpart to 1.10.0 2020-06-01 19:35:59 -04:00
tsconfig.json Added Graph API Permissions to package-solution.json and updated webpart to 1.10.0 2020-06-01 19:35:59 -04:00
tslint.json Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
React
6/1/2020 12:00:00 AM

My Groups

Summary

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.

The web part has been updated to include a grid like in addition to the compact layout as seen below: Grid Demo

Compact Layout: Compact Demo

You can change between the grid and compact layout through the settings in the property pane: Property Pane Demo

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.10 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Incompatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Contributors

Version history

Version Date Comments
1.0 September 13, 2019 Initial release
1.1 June 1, 2020 Updated to SPFX 1.10.0
1.2 July 8, 2020 Added Grid Layout

Minimal Path to Awesome

  • Clone this repository
  • From your command line, change to this sample's folder (react-my-groups, under samples)
  • 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 web part to your page

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This web part lists the current user's Office 365 groups with links to the groups SharePoint site.

Video

Building My Groups web part with SharePoint Framework and Microsoft Graph

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.