mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
Soccer Highlights Web Part
Summary
- This sample displays Soccer Highlights from public Soccer API.
- You can set Title and Number of Highlights to show.
Web Part in Action
Usage
**1) Deploy the package to SharePoint Online App Catalog.
2) Add the Web Part to Page, Configure the web Part, provide Title and Page Size.
**3) Double click on Pager to move Pages. **
Used SharePoint Framework Version
Applies to
Prerequisites
- A package is available for direct download.
Solution
Solution | Author(s) |
---|---|
Soccer Highlights Web Part | Jerry Yasir |
Version history
Version | Date | Comments |
---|---|---|
1.0 | October 30, 2020 | First Version |
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 or download this repository
- Run in command line:
npm install
to install the npm dependenciesgulp serve
to display in Developer Workbench (recommend using your tenant workbench so you can test with real lists within your site)
- To package and deploy:
- Use
gulp bundle --ship
&gulp package-solution --ship
- Add the
.sppkg
to your SharePoint App Catalog
- Use