sp-dev-fx-webparts/samples/react-group-members
dependabot[bot] 6c93bc1a07
Bump word-wrap from 1.2.3 to 1.2.4 in /samples/react-group-members
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 21:16:04 +00:00
..
config Added react-group-members; 2022-03-30 10:37:05 +01:00
src Added react-group-members; 2022-03-30 10:37:05 +01:00
teams Added react-group-members; 2022-03-30 10:37:05 +01:00
.gitignore Added react-group-members; 2022-03-30 10:37:05 +01:00
.npmignore Added react-group-members; 2022-03-30 10:37:05 +01:00
.yo-rc.json Added react-group-members; 2022-03-30 10:37:05 +01:00
README.md Changed authors to contributors 2023-02-18 22:58:44 -05:00
gulpfile.js Added react-group-members; 2022-03-30 10:37:05 +01:00
package-lock.json Bump word-wrap from 1.2.3 to 1.2.4 in /samples/react-group-members 2023-07-20 21:16:04 +00:00
package.json Added react-group-members; 2022-03-30 10:37:05 +01:00
tsconfig.json Added react-group-members; 2022-03-30 10:37:05 +01:00
tslint.json Added react-group-members; 2022-03-30 10:37:05 +01:00

README.md

http://aka.ms/m365devprogramhttp://aka.ms/m365devprogramhttp://aka.ms/m365devprogramhttp://aka.ms/m365devprogram# react-group-members

Summary

Uses the MS Graph client to list the members of a group(s) and displays Person Cards, think of it as an automated People Profile native control. Utilizes PnP Property Controls and PnP Placeholder.

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.

This sample is designed to be used in the following environments:

SPFx 1.14.0 Node.js v14 | v12 | v10 SharePoint Online Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

For more information about SPFx compatibility, please refer to https://aka.ms/spfx-matrix

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

Any special pre-requisites?

Contributors

Version history

Version Date Comments
1.0 March 30, 2022 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 build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add to AppCatalog and deploy

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