sp-dev-fx-webparts/samples/react-carousel
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 Adding PnP identifier for the MPN ID entries in samples - distinct sample usage in production 2021-01-07 14:51:39 +02:00
src bug fix - mediatype not being assigned correctly 2020-10-30 08:41:57 -05: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 upgrade to spfx 1.11.0 2020-10-30 21:57:01 -05:00
README.md Added links to issue templates 2021-04-26 02:08:59 -04: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 upgrade to spfx 1.11.0 2020-10-30 21:57:01 -05:00
package.json upgrade to spfx 1.11.0 2020-10-30 21:57:01 -05:00
tsconfig.json upgrade to spfx 1.11.0 2020-10-30 21:57:01 -05:00
tslint.json React-Carousel and New Version of Happy Birthday Web Part (#914) 2019-07-28 13:19:30 +03:00

README.md

page_type products languages extensions
sample
office-sp
sharepoint
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
React
06/17/2016 12:00:00 AM

Images and Videos in a Carousel

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.

carousel

Used SharePoint Framework Version

1.11

Applies to

Web Part 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

react-slick Props

For all available props, go here.

react-slick Methods

For all available methods, go here

Solution

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

Solution Author(s)
Carousel Image/Video Web Part João Mendes
Carousel Image/Video Web Part Rahul Suryawanshi (@rahulsuryawansh)
Carousel Image/Video Web Part Don Kirkham (@DonKirkham)

Version history

Version Date Comments
1.0.0 July 11, 2019 Initial release
2.0.0 June 17, 2020 Upgraded to SPFx v1.10.0 (Rahul Suryawanshi)
3.0.0 October 31, 2020 Upgraded to SPFx v1.11.0 (Don Kirkham)

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
  • Make sure you have at least one Picture Library on one of your site collections
  • Add the web part to a page
  • In the web part's property pane, enter the Site Url (if library is on a different site collect) and select a Picture Library from the Library drop-down.