sp-dev-fx-webparts/samples/react-hero-webpart
dependabot[bot] 379c4dff92
Bump word-wrap from 1.2.3 to 1.2.4 in /samples/react-hero-webpart
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 21:16:32 +00:00
..
.devcontainer Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Increment to V1.3 2022-03-11 01:22:48 +00:00
release Updated sample,json and readme 2022-03-28 01:16:02 -04:00
src Hover box CSS fix 2022-03-11 17:37:06 +00:00
teams Added sample.json and updated readme 2021-07-11 00:36:37 -04:00
.gitignore Updated sample,json and readme 2022-03-28 01:16:02 -04:00
.yo-rc.json Added sample.json and updated readme 2021-07-11 00:36:37 -04:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js Added sample.json and updated readme 2021-07-11 00:36:37 -04:00
package-lock.json Bump word-wrap from 1.2.3 to 1.2.4 in /samples/react-hero-webpart 2023-07-20 21:16:32 +00:00
package.json revert sp-build-web and sp-webpart-workbench 2022-10-22 22:27:42 +02:00
tsconfig.json Added sample.json and updated readme 2021-07-11 00:36:37 -04:00
tslint.json Added sample.json and updated readme 2021-07-11 00:36:37 -04:00

README.md

http://aka.ms/m365devprogramhttp://aka.ms/m365devprogramhttp://aka.ms/m365devprogramhttp://aka.ms/m365devprogram# Hero web part

Summary

This solution creates a customisable Hero web part, it uses a stored collection from the PnP PropertyFieldCollectionData control

Preview Preview

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.12.1 Node.js v14 | v12 | v10 SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Contributors

Version history

Version Date Comments
1.3 March 11, 2022 At the request of another user a option has been added to allow a collage of images to be shown in a flex grid layout
Added in placeholder configuration screen
Fixed webpart not loading the 5 temporary items on first adding webpart to new page in local workbench
General maintenance to remove unused imports
Updated CSS to add in collage feature
1.2 July 27, 2021 Updated to automatically detect how many items are being displayed and adjust the display layout based on this
Updated design to show the title on all images
Updated description area on hover
Updated hover effect of image to show a zoom effect when hovering over an item
General cleaning up of CSS and code
1.1 March 10, 2021 Update comment
1.0 January 29, 2021 Initial release

Minimal Path to Awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • From your command line, change your current directory to the directory containing this sample (react-hero-webpart, located under samples)
  • in the command line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

Description of the extension that expands upon high-level summary above.

This extension illustrates the following concepts:

  • Store data (images) in a collection from property panel using the file picker module
  • Load the data into a paginated list
  • Display the data in a Hero style format

References

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.