SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
Sandeep-FED 9858b12102 docs: update readme 2024-03-16 19:42:02 +05:30
.vscode build: upgrade to SPFx 1.18.2 2024-03-16 16:31:31 +05:30
config build: upgrade to SPFx 1.18.2 2024-03-16 16:31:31 +05:30
src fix: swiper style errors, use minified styles 2024-03-16 17:15:11 +05:30
teams init: award recognition solution 2023-11-17 17:51:16 +05:30
.eslintrc.js init: award recognition solution 2023-11-17 17:51:16 +05:30
.gitignore init: award recognition solution 2023-11-17 17:51:16 +05:30
.npmignore init: award recognition solution 2023-11-17 17:51:16 +05:30
.yo-rc.json build: upgrade to SPFx 1.18.2 2024-03-16 16:31:31 +05:30
README.md docs: update readme 2024-03-16 19:42:02 +05:30
gulpfile.js init: award recognition solution 2023-11-17 17:51:16 +05:30
package-lock.json build: upgrade to SPFx 1.18.2 2024-03-16 16:31:31 +05:30
package.json build: upgrade to SPFx 1.18.2 2024-03-16 16:31:31 +05:30
spfx.upgrade.md build: upgrade to SPFx 1.18.2 2024-03-16 16:31:31 +05:30
tsconfig.json build: remove absolute imports for now 2024-03-16 17:14:51 +05:30

README.md

React Modern Carousel Web Part

Summary

This SharePoint Framework (SPFx) webpart introduces a contemporary carousel component leveraging Swiper, facilitating seamless traversal through content housed within a SharePoint site. This innovative feature enhances user experience by providing fluid navigation through various pieces of content, thereby adding a touch of elegance and sophistication to the SharePoint environment.

Award Recognition

Compatibility

⚠️ Important
Every SPFx version is optimally compatible with specific versions of Node.js. In order to be able to build this sample, you need to 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.

Used SharePoint Framework Version

version

This sample is optimally compatible with the following environment configuration:

SPFx 1.18.2 Node.js v18 | v16 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

Create a SharePoint custom list Award Recognition in the SPO site with below columns

Column Name Type
Title OOTB
Designation Text
UserImage Image

Solution

Solution Author(s)
react-modern-carousel Sandeep P S ( Linkedin ) / Quadrasystems.net ( Twitter / Linkedin )

Contributors🧑‍💻

Version history

Version Date Comments
1.0 November 26, 2023 Initial release

Minimal Path to Awesome

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

Deploy Package Solution 🚀

  • Ensure that you are at the solution folder
  • in the command-line run:
    • gulp build --ship
    • gulp bundle --ship
    • gulp package-solution --ship
  • Upload package to AppCatalog & add it to the SharePoint site.

Features💡

Key features demonstrated by this solution:

  • Property pane controls usage
  • PnP react hooks usage
  • Type checking

References

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

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.

react-modern-carousel