sp-dev-fx-webparts/samples/react-my-groups
Laura 41a186057e Updated read me file (title, clarified description) 2019-10-02 14:52:50 +03:00
..
.vscode Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
assets Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
config Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
src Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -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 Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
README.md Updated read me file (title, clarified description) 2019-10-02 14:52:50 +03:00
gulpfile.js Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
package-lock.json Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
package.json Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
tsconfig.json Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00
tslint.json Add 'samples/react-my-groups/' from commit 'd8c8c2275fb625db60744608aa9e83a82e437252' 2019-09-14 19:23:27 -04:00

README.md

React My Groups

Summary

Using Microsoft Graph, this webpart grabs the Office 365 groups the current user is a member of with links to the groups SharePoint site.

Demo

Used SharePoint Framework Version

drop

Applies to

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.