sp-dev-fx-webparts/samples/react-tiles-v2
Hugo Bernier 2e0df5f1fc Updated readme and sample.json 2021-07-14 19:08:43 -04:00
..
assets Updated readme and sample.json 2021-07-14 19:08:43 -04:00
config Added Tile V2 webpart 2021-07-14 23:40:53 +01:00
src Added Tile V2 webpart 2021-07-14 23:40:53 +01: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 Updated readme and sample.json 2021-07-14 19:08:43 -04:00
gulpfile.js Added Tile V2 webpart 2021-07-14 23:40:53 +01:00
package-lock.json Added Tile V2 webpart 2021-07-14 23:40:53 +01:00
package.json Added Tile V2 webpart 2021-07-14 23:40:53 +01: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 LTS 10.x SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Local | Hosted

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

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

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.

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 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.