2020-06-09 03:09:22 -04:00
---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
platforms:
- Knockout
createdDate: 3/1/2017 12:00:00 AM
---
2020-11-08 23:11:53 -05:00
# Using @pnp/sp with Knockoutjs
2017-03-01 02:35:09 -05:00
## Summary
2021-04-26 02:08:59 -04:00
This web part demonstrates how to integrate the @pnp/sp library into the SharePoint Framework as well as including mock data and simple list I/O.
2017-03-01 02:35:09 -05:00
![Sample of the search web part ](./assets/screenshot.png )
## Used SharePoint Framework Version
2021-04-26 02:08:59 -04:00
2018-11-14 10:27:50 -05:00
![drop ](https://img.shields.io/badge/drop-1.7.0-green.svg )
2017-03-01 02:35:09 -05:00
## Applies to
2020-06-09 03:09:22 -04:00
* [SharePoint Framework ](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview )
* [Office 365 ](https://docs.microsoft.com/sharepoint/ )
2017-03-01 02:35:09 -05:00
## Solution
Solution|Author(s)
--------|---------
spfx-sp-pnp-js-example|Patrick Rodgers ([@mediocrebowler](https://twitter.com/mediocrebowler))
2018-11-14 10:27:50 -05:00
Upgrade to v1.7.0|Gautam Sheth ([@gautamdsheth](https://twitter.com/gautamdsheth))
2017-03-01 02:35:09 -05:00
## Version history
Version|Date|Comments
-------|----|--------
0.0.1|February 28, 2017|Initial release
2018-11-14 10:27:50 -05:00
1.0.0| November 14, 2018| Version Upgrade
2017-03-01 02:35:09 -05:00
## Disclaimer
2021-04-26 02:08:59 -04:00
2017-03-01 02:35:09 -05:00
**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 repo
- In the command line run:
- `npm install`
- `gulp serve`
- Open the *workbench* on your Office 365 Developer tenant
- Test out the web part
## Features
2018-11-14 10:27:50 -05:00
Demonstrates integration of @pnp/sp js with the SharePoint Framework GA release. Also shows the use of mock data in the local workbench.
2017-03-01 02:59:16 -05:00
2020-11-08 23:11:53 -05:00
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/knockout-sp-pnp-js" / >