2020-11-08 22:53:29 -05:00
# Title of the sample
2016-09-14 07:35:13 -04:00
2020-11-08 22:53:29 -05:00
> This is how you want the sample to appear in the samples browser.
> When naming your sample, try to give it a friendly name that describes what it does. Avoid using terms like `SharePoint` and `WebPart` -- because that's what all the samples in this repo is all about. Also, don't use `React`, `Angular`, `JavaScript`, etc. in your sample title -- unless that's what the sample is about.
2020-11-08 22:51:22 -05:00
2016-09-14 07:35:13 -04:00
## Summary
2019-04-15 05:49:10 -04:00
2016-09-14 07:35:13 -04:00
Short summary on functionality and used technologies.
2020-10-01 22:46:42 -04:00
> Please provide a high-quality screenshot of your web parts below. It should be stored in a folder called `assets`.
2020-10-01 22:49:04 -04:00
> If possible, use a resolution of 1920x1080.
2020-11-08 22:53:29 -05:00
> If your web part uses a placeholder screen and requires the user to configure it, please use a screenshot of the web part as it appears **after** it has been configured.
2020-10-01 22:46:42 -04:00
> You can add as many screen shots as you'd like to help users understand your web part without having to download it and install it.
> DELETE THIS PARAGRAPH BEFORE SUBMITTING
![picture of the web part in action ](assets/preview.png )
2016-09-14 07:35:13 -04:00
2019-04-15 05:49:10 -04:00
## Used SharePoint Framework Version
2020-11-08 22:51:22 -05:00
![SPFx 1.11.0 ](https://img.shields.io/badge/version-1.11.0-green.svg )
2017-02-27 09:24:31 -05:00
2016-09-14 07:35:13 -04: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 tenant ](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment )
2016-09-14 07:35:13 -04:00
> Update accordingly as needed.
## Prerequisites
2019-04-15 05:49:10 -04:00
2016-09-14 07:35:13 -04:00
> Any special pre-requisites?
## Solution
Solution|Author(s)
--------|---------
folder name | Author details
## Version history
Version|Date|Comments
-------|----|--------
1.1|September 2, 2025|Update comment
1.0|August 29, 2025|Initial release
## Disclaimer
2019-04-15 05:49:10 -04:00
2016-09-14 07:35:13 -04: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
2019-04-15 05:49:10 -04:00
* Clone this repository
* in the command line run:
* `npm install`
* `gulp serve`
2016-09-14 07:35:13 -04:00
> Include any additional steps as needed.
## Features
2019-04-15 05:49:10 -04:00
2016-09-14 07:35:13 -04:00
Description of the web part with possible additional details than in short summary.
This Web Part illustrates the following concepts on top of the SharePoint Framework:
2019-04-15 05:49:10 -04:00
* topic 1
* topic 2
* topic 3
2016-09-14 07:35:13 -04:00
2020-04-11 23:51:27 -04:00
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/readme-template" / >