sp-dev-fx-webparts/samples/react-multimedia-gallery
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
..
assets New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
config New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
src New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
teams New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
tools New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
.editorconfig New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
.gitignore New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
.yo-rc.json New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
README.md URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
azure-pipelines.yml New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
gulpfile.js New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
package-lock.json New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
package.json New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
tsconfig.json New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00
tslint.json New Sample - react-multimedia-gallery - SPFx (#899) 2019-07-05 15:57:15 +03:00

README.md

React Image Gallery

Summary

This web part show images and videos in responsive grid, on click it show images and videos in a carousel view.

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

callendar

Web Part - Screenshots

gallery

gallery

gallery

gallery

gallery

Used SharePoint Framework Version

drop

Applies to

WebPart Properties

Property Type Required comments
Site Url of library Text yes
Library Choice/Dropdown yes this is filled with all libraries
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 Component

Solution Author(s)
Multimedia Gallery Web Part João Mendes

Version history

Version Date Comments
1.0.0 June 24, 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