sp-dev-fx-webparts/samples/react-slide-swiper
Hugo Bernier 68f7f67761 Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
..
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config Added SharePoint List Provider (#816) 2019-04-08 12:35:34 +03:00
src Fix react-slide-swiper not displaying any data when deployed to SharePoint 2019-11-01 15:28:44 +01:00
teams_reactSlideSwiper react-slide-swiper sample upgraded to SPFx version 1.7.0 (#722) 2018-12-19 09:20:10 +02:00
.editorconfig Adds SPFx react slide swiper sample (#412) 2018-02-14 15:05:00 +01:00
.gitignore Adds SPFx react slide swiper sample (#412) 2018-02-14 15:05:00 +01:00
.yo-rc.json react-slide-swiper sample upgraded to SPFx version 1.7.0 (#722) 2018-12-19 09:20:10 +02:00
README.md Added links to issue templates 2021-04-26 02:08:59 -04:00
gulpfile.js Adds SPFx react slide swiper sample (#412) 2018-02-14 15:05:00 +01:00
package.json Added SharePoint List Provider (#816) 2019-04-08 12:35:34 +03:00
tsconfig.json React-slider-swiper sample upgraded to 1.6.0 (#615) 2018-09-10 13:12:36 +03:00
tslint.json Added SharePoint List Provider (#816) 2019-04-08 12:35:34 +03:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
react
3/1/2018 12:00:00 AM

Slide Swiper

Summary

This SPFx React web part sample demonstrates mobile touch slide swiper. By default the swiper web part is responsive, has cross device and browser touch support and uses paging, but additional features like navigation, autoplay, loop of the slides and more can be enabled from the web part properties panel. The swiper web part can be used as carousel as well. The slides or cards template can easily be customized. The SPFx React swiper client side solution can easly be extended with more swiper, carousel like features because it is based on a popular feature rich JavaScript library called Swiper.

SPFx React Slide Swiper, can also be used as carousel

Solution packaging and bundle optimization considerations

This sample uses the Swiper JavaScript library thought the npm packages, but just for the purpose of the sample so it can quicky be run without addional setup. It is highly recomended to add the Swiper library as SPFx solution external reference to resize the solution bundle size and improve Site Page load times.

Used SharePoint Framework Version

drop

Applies to

Prerequisites

Solution

Solution Author(s)
react-slide-swiper Velin Georgiev (@VelinGeorgiev)

Version history

Version Date Comments
0.0.1 February 08, 2018 Initial commit
0.0.2 September 07, 2018 Upgrade to 1.6.0
0.0.3 December 10, 2018 Upgrade to 1.7.0

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 this repository.
  • Open the command line, navigate to the web part folder and execute:
    • npm i
    • gulp serve

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Using React for building SharePoint Framework client-side web parts.
  • How external css can be included in module.css.
  • How JavaScript library can be loaded by the help of requirejs in web part.
  • Mobile Touch capabilities

SharePoint info

When using the web part in SharePoint, either in the SharePoint Workbench or deployed, the web part reads by default from a List called "Swiper Content" with fields Title, ImageUrl, Description of type Single line of text. The list has to be created manually.