sp-dev-fx-webparts/samples/README-template.md

6.9 KiB

Title of the sample

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. GOOD 👍: Kitten Videos BAD 👎: react-kittenvideos SPFx Kitten Videos Web Part for SharePoint using React

DELETE THIS PARAGRAPH BEFORE SUBMITTING

Summary

Short summary on functionality and used technologies.

Please provide a high-quality screenshot of your web parts below. It should be stored in a folder called assets. If possible, use a resolution of 1920x1080. 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. 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

Compatibility

SPFx 1.12.1 Node.js LTS v14 | LTS v12 | LTS v10 SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Local | Hosted

Don't worry if you're unsure about the compatibility matrix above. We'll verify it when we approve the PR.

If using an older version of SPFx, update the SPFx and Node.js compatibility tag accordingly: SPFx 1.11 SPFx 1.11 Node.js LTS 10.x

SPFx 1.4.1 SPFx 1.4.1 Node.js LTS 6.x | LTS 8.x

If you built this sample specifically for SharePoint 2016, or SharePoint 2019 support, update the SharePoint compatibility tag accordingly: SharePoint 2019 | Online SharePoint 2016 | 2019 | Online If you know your web part only works on the hosted workbench, you can use this for the workbench compatibility tag: Workbench Hosted: Does not work with local workbench

If you specifically built and tested this web part to work with Teams, use this for the Teams compatibility tag: Teams Yes: Designed for Microsoft Teams And if you know for sure that it is NOT compatible with Teams, use this: Teams No: Not designed for Microsoft Teams

DELETE THIS PARAGRAPH BEFORE SUBMITTING

Applies to

Update accordingly as needed. DELETE THIS PARAGRAPH BEFORE SUBMITTING

Solution

We use this section to recognize and promote your contributions. Please provide one author per line -- even if you worked together on it. We'll only use the info you provided here. Make sure to include your full name, not just your GitHub username. Provide a link to your GitHub profile to help others find more cool things you have done. If you provide a link to your Twitter profile, we'll promote your contribution on social media.

DELETE THE TEXT ABOVE BEFORE SUBMITTING

Solution Author(s)
folder name Author Name (@yourtwitterhandle), Company

Version history

Version Date Comments
1.1 September 2, 2021 Update comment
1.0 August 29, 2021 Initial release

Prerequisites

Any special pre-requisites? Include any lists, permissions, offerings to the demo gods, or whatever else needs to be done for this web part to work.

Please describe the steps to configure the pre-requisites. Feel free to add screen shots, but make sure that there is a text description of the steps to perform.

DELETE THE TEXT ABOVE BEFORE SUBMITTING

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

Include any additional steps as needed. DELETE THIS PARAGRAPH BEFORE SUBMITTING

Features

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:

  • topic 1
  • topic 2
  • topic 3

Note that better pictures and documentation will increase the sample usage and the value you are providing for others. Thanks for your submissions in advance! You rock ❤. DELETE THIS PARAGRAPH BEFORE SUBMITTING

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.

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.