sp-dev-fx-webparts/samples/react-slide-swiper
Velin Georgiev 9ae451514f React-Slider-Swiper enhancement, allows multiple swiper web parts to be added on one page (#419) 2018-02-26 09:00:49 +01:00
..
assets Adds SPFx react slide swiper sample (#412) 2018-02-14 15:05:00 +01:00
config Adds SPFx react slide swiper sample (#412) 2018-02-14 15:05:00 +01:00
src/webparts/reactSlideSwiper React-Slider-Swiper enhancement, allows multiple swiper web parts to be added on one page (#419) 2018-02-26 09:00:49 +01: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 Adds SPFx react slide swiper sample (#412) 2018-02-14 15:05:00 +01:00
README.md Adds SPFx react slide swiper sample (#412) 2018-02-14 15:05:00 +01:00
gulpfile.js Adds SPFx react slide swiper sample (#412) 2018-02-14 15:05:00 +01:00
package.json Adds SPFx react slide swiper sample (#412) 2018-02-14 15:05:00 +01:00
tsconfig.json Adds SPFx react slide swiper sample (#412) 2018-02-14 15:05:00 +01:00

README.md

SPFx React 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

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 test (optional)
    • 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