From 339acc75683c6964c3c9e24ebdbbb0f2ace4996f Mon Sep 17 00:00:00 2001 From: Omar <35841910+omarelanis@users.noreply.github.com> Date: Sun, 4 Jul 2021 17:01:38 +0100 Subject: [PATCH] Update README.md --- samples/hero-webpart/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/hero-webpart/README.md b/samples/hero-webpart/README.md index 17818e7b1..a35e9e7b0 100644 --- a/samples/hero-webpart/README.md +++ b/samples/hero-webpart/README.md @@ -2,7 +2,9 @@ ## Summary -This solution creates a customisable Hero Webpart, it uses a stored collection from the PnP PropertyFieldCollectionData control +This solution creates a customisable Hero style webpart that allows any number of images to be added, it will by default display just 5 but you can enable pagination which will allow all items to be loaded in a paged view. It uses a stored collection from the PnP PropertyFieldCollectionData control to store the images, Title, Description and URL fields. + +You can customise this in a number of ways but it hopefully gives a baseline for re-creating some of the functionality of the OOB Hero Webpart. ![Hero](https://github.com/omarelanis/sp-dev-fx-webparts/blob/master/samples/hero-webpart/Sample/Hero-Webpart.gif)