sp-dev-fx-webparts/samples/pnp-controls
Swaminathan-Sriram 8bc02e9955 SPFx version Upgrade from 1.4.1 to 1.11.0 and Issues Fixes 2020-12-15 14:20:24 +00:00
..
assets Added the pnp-controls sample (#314) 2017-09-26 10:26:36 -04:00
config SPFx version Upgrade from 1.4.1 to 1.11.0 and Issues Fixes 2020-12-15 14:20:24 +00:00
src SPFx version Upgrade from 1.4.1 to 1.11.0 and Issues Fixes 2020-12-15 14:20:24 +00:00
teams SPFx version Upgrade from 1.4.1 to 1.11.0 and Issues Fixes 2020-12-15 14:20:24 +00:00
typings Added the pnp-controls sample (#314) 2017-09-26 10:26:36 -04:00
.editorconfig Added the pnp-controls sample (#314) 2017-09-26 10:26:36 -04:00
.gitignore Added the pnp-controls sample (#314) 2017-09-26 10:26:36 -04:00
.yo-rc.json SPFx version Upgrade from 1.4.1 to 1.11.0 and Issues Fixes 2020-12-15 14:20:24 +00:00
README.md URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
gulpfile.js SPFx version Upgrade from 1.4.1 to 1.11.0 and Issues Fixes 2020-12-15 14:20:24 +00:00
package-lock.json SPFx version Upgrade from 1.4.1 to 1.11.0 and Issues Fixes 2020-12-15 14:20:24 +00:00
package.json SPFx version Upgrade from 1.4.1 to 1.11.0 and Issues Fixes 2020-12-15 14:20:24 +00:00
tsconfig.json SPFx version Upgrade from 1.4.1 to 1.11.0 and Issues Fixes 2020-12-15 14:20:24 +00:00
tslint.json SPFx version Upgrade from 1.4.1 to 1.11.0 and Issues Fixes 2020-12-15 14:20:24 +00:00

README.md

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

SharePoint Framework PnP Controls Sample

Summary

This is a sample project that contains a web part which makes use of the PnP SPFx Controls:

Web part outcome

Used SharePoint Framework Version

drop

Which PnP SPFx controls are being used in this sample?

The sample makes use of the following controls:

  • PropertyFieldListPicker
  • PropertyFieldTermPicker
  • Placeholder
  • ListView (which also uses the FileTypeIcon control)

Applies to

Solution

Solution Author(s)
pnp-controls Elio Struyf (MVP, U2U, @eliostruyf)

Version history

Version Date Comments
0.0.1 September 20, 2017 Initial release
0.0.2 March 03, 2018 Update to 1.4.1

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

To test out this web part, you need to have a library with a managed metadata field. In my case, I made use of a field called Country.

Documents

Once you have such a library in place, you can copy the code and run the following commands:

npm install
gulp serve --nobrowser