sp-dev-fx-webparts/samples/react-news-banner
Hugo Bernier 7e97daab76 Added more contributions 2023-03-15 01:23:34 -04:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config new Sample react-news-banner 2021-05-06 21:42:14 +01:00
src commit chnages 2021-05-07 22:35:29 +01:00
tools new Sample react-news-banner 2021-05-06 21:42:14 +01:00
.editorconfig new Sample react-news-banner 2021-05-06 21:42:14 +01:00
.eslintrc.json new Sample react-news-banner 2021-05-06 21:42:14 +01:00
.gitignore new Sample react-news-banner 2021-05-06 21:42:14 +01:00
.yo-rc.json new Sample react-news-banner 2021-05-06 21:42:14 +01:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js new Sample react-news-banner 2021-05-06 21:42:14 +01:00
package-lock.json new Sample react-news-banner 2021-05-06 21:42:14 +01:00
package.json new Sample react-news-banner 2021-05-06 21:42:14 +01:00
tsconfig.json new Sample react-news-banner 2021-05-06 21:42:14 +01:00

README.md

News Banner

Summary

This web part shows news information as a Banner, this information come from a list defined in any site, this web part can be installed on 2019, and SharePoint Online.

NewsBanner NewsBanner

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.4.1 Node.js v6 | v8 SharePoint 2019 | Online Teams No: Not designed for Microsoft Teams Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

Applies to

Contributors

Version history

Version Date Comments
1.0 May, 2021 Initial release

Prerequisites

No pre-requisites

Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This web part shows how to use PnPjs, Office-ui-fabric-react, @pnp/spfx-controls-react, @pnp/spfx-property-controls to create an News Banner

Help

We do not support samples, but 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're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

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.

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.