764d8f10e0 | ||
---|---|---|
.. | ||
assets | ||
config | ||
src/webparts/pageContributors | ||
typings | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.npmignore | ||
.yo-rc.json | ||
README.md | ||
gulpfile.js | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
Page Contributors Web Part
Summary
Displays page contributors in reverse chronological order.
Used SharePoint Framework Version
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 :
- The maximum number of contributors to show
- The size of their icon
- 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