sp-dev-fx-webparts/samples/react-pagecontributors
Joel Rodrigues 764d8f10e0 Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
..
assets Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
config Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
src/webparts/pageContributors Added page contributors webpart (#272) 2017-08-07 16:56:43 +03: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 Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
.npmignore Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
.yo-rc.json Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
README.md Fixing URL issue in readme for page contributors web part 2017-08-07 19:27:10 +03:00
gulpfile.js Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
package.json Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
tsconfig.json Added page contributors webpart (#272) 2017-08-07 16:56:43 +03:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

Page Contributors Web Part

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