sp-dev-fx-webparts/samples/react-pagecontributors
Ari Gunawan 8b4bddb073 Initial update 2021-05-22 07:23:15 +07:00
..
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config Initial update 2021-05-22 07:23:15 +07:00
src/webparts/pageContributors Initial update 2021-05-22 07:23:15 +07:00
teams Initial update 2021-05-22 07:23:15 +07:00
typings Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
.editorconfig Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
.gitattributes Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
.gitignore Initial update 2021-05-22 07:23:15 +07:00
.npmignore Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
.yo-rc.json Initial update 2021-05-22 07:23:15 +07:00
README.md Update README.md 2020-11-08 21:25:06 -08:00
gulpfile.js Initial update 2021-05-22 07:23:15 +07:00
package-lock.json Initial update 2021-05-22 07:23:15 +07:00
package.json Initial update 2021-05-22 07:23:15 +07:00
tsconfig.json Initial update 2021-05-22 07:23:15 +07:00
tslint.json Initial update 2021-05-22 07:23:15 +07:00
upgrade-report.md Initial update 2021-05-22 07:23:15 +07:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
react
8/1/2017 12:00:00 AM

Page Contributors

Summary

Displays page contributors in reverse chronological order.

Organisation Chart for the current user running in SharePoint

Organisation Chart for the current user running in local Workbench

Used SharePoint Framework Version

drop

Applies to

Prerequisites

PnP-JS-Core

Solution

Solution Author(s)
PageContributors Stéphane Magne (@SPParse)

Version history

Version Date Comments
1.0 July 27, 2017 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 serve

Features

Settings :

  1. The maximum number of contributors to show
  2. The size of their icon
  3. A page URL to display contributors from an other page than the current one.

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Office UI Fabric
  • React
  • Pnp JS Core