Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.11 KB

Dynamic Images Gallery

This Web part display images in specified library that order by 'Modified' field value.

demo

Used SharePoint Framework Version

drop

WebPart Properties

Property Type Required comments
Images Gallery Doropdown yes
Max Items Slider yes

Solution

This Web Part Use

Solution Author(s)
Dynamic Images Gallery Hirofumi Ota

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