sp-dev-fx-webparts/samples/react-carousel
joaojmendes f198118429 React-Carousel and New Version of Happy Birthday Web Part (#914)
* update docs

* Update README.md

* Update README.md

* Support to IE11

* fine tunning, added Fade on Images

* use CSS transitions

* clean extra comments

* react-carousel

* Happy Birthday Web Part - new version

* Update Docs

* added spinner on loading image in carousel
2019-07-28 13:19:30 +03:00
..
assets React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
config React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
src React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
teams React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
tools React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
.csscomb.json React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
.editorconfig React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
.gitignore React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
.yo-rc.json React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
README.md React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
azure-pipelines.yml React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
gulpfile.js React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
package-lock.json React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
package.json React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
tsconfig.json React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00
tslint.json React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00

README.md

React Carousel Web Part

Summary

This web part show images and videos in carousel

It uses Microsoft Graph API to get image/video url and use PnPjs to load files from Picture library the images/videos are loading in lazy mode, progressively.

callendar

Used SharePoint Framework Version

drop

Applies to

WebPart Properties

Property Type Required comments
Site Url of library Text yes
Picture Library Choice/Dropdown yes this is filled with all Picture Libraries (BaseTemplate : 109)
number images to load number yes number between 1 and 200

Solution

The web part Use PnPjs library, Microsoft Graph API, Office-ui-fabric-react components, react-slick Compoment

Solution Author(s)
Carousel Image/Video Web Part João Mendes

Version history

Version Date Comments
1.0.0 July 11, 2019 Initial release

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
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add to AppCatalog and deploy