sp-dev-fx-webparts/samples/react-tiles-v2
Hugo Bernier eb8bd92a0b Updating telemetry link 2021-12-20 10:25:30 -05:00
..
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Adding fixed width 2021-10-12 19:10:02 +02:00
src Updated sample.json, readme and minor coding lint issues 2021-10-31 13:53:14 -04:00
teams Added Tile V2 webpart 2021-07-14 23:40:53 +01:00
.editorconfig Added Tile V2 webpart 2021-07-14 23:40:53 +01:00
.gitignore Added Tile V2 webpart 2021-07-14 23:40:53 +01:00
.yo-rc.json Added Tile V2 webpart 2021-07-14 23:40:53 +01:00
README.md Updating telemetry link 2021-12-20 10:25:30 -05:00
gulpfile.js Added Tile V2 webpart 2021-07-14 23:40:53 +01:00
package-lock.json Added support for unique colors 2021-10-14 17:37:11 +02:00
package.json Adding fixed width 2021-10-12 19:10:02 +02:00
tsconfig.json Added Tile V2 webpart 2021-07-14 23:40:53 +01:00
tslint.json Added Tile V2 webpart 2021-07-14 23:40:53 +01:00

README.md

Tiles V2

Summary

This solution creates a customisable Tiles Web part, it uses a stored collection from the PnP PropertyFieldCollectionData control and allows the user to choose the colour scheme (theme or custom) and to set the size of the tiles. By default the tiles use a fluid flex layout to use the available screen area.

This is a rebuild of the awesome project created by @hugoabernier [https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-tiles] so the credit goes to him!

Preview

Compatibility

SPFx 1.11 Node.js v10 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible

Applies to

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

Solution

Solution Author(s)
react-tiles-v2 Omar El-Anis @ SP Bytes www.spbytes.com

Version history

Version Date Comments
1.0 July 14, 2021 Initial release
1.1 October 14, 2021 Added sorting, static tile width and unique tile colour - fthorild

Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Features

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

This extension illustrates the following concepts:

  • Store data (including icons) in a collection from property panel
  • Allow usage of site theme or custom colours
  • Set size of tile content based on slider bar
  • Load the data onto the page to display a tile web part

References

Help

We do not support samples, but we 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.