Skip to content

waldekmastykarz/spfx-masonry

Repository files navigation

Using Masonry in SharePoint Framework client-side web parts

Sample web parts showing how to use the Masonry library in SharePoint Framework client-side web parts both when using vanilla JavaScript as well as when using jQuery.

Sample web part showing a number of images layed out on the page using the Masonry library

Minimal path to awesome

  • clone this repo
  • in the command-line run:
    • npm i
    • gulp serve