sp-dev-fx-webparts/samples/react-tiles-v2
Hugo Bernier 72bb01cafc Updated links to devprogram 2024-02-06 11:16:44 -05:00
..
.devcontainer Updated devcontainer and sample.json 2022-03-28 15:45:16 -04:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Update spfx-controls-react package 2022-03-28 23:50:40 +02:00
src current icon value 2022-03-25 15:47:36 +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 links to devprogram 2024-02-06 11:16:44 -05:00
gulpfile.js Added Tile V2 webpart 2021-07-14 23:40:53 +01:00
package-lock.json Bump follow-redirects from 1.15.2 to 1.15.4 in /samples/react-tiles-v2 2024-01-10 10:53:05 +00:00
package.json Bump debug, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench 2023-01-12 08:48:54 -05: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

https://aka.ms/m365/devprogramhttps://aka.ms/m365/devprogramhttps://aka.ms/m365/devprogramhttps://aka.ms/m365/devprogram# Tiles V2

Summary

This solution creates a customizable Tiles Web part, it uses a stored collection from the PnP PropertyFieldCollectionData control and allows the user to choose the color 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

⚠️ 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.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 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.0 July 14, 2021 Initial release
1.1 October 14, 2021 Added sorting, static tile width and unique tile color - fthorild
1.1.1 March 25, 2022 Added current icon within property pane
1.1.2 March 28, 2022 Update @pnp/spfx-controls-react to handle icon name contains search

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-tiles-v2, 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 (including icons) in a collection from property panel
  • Allow usage of site theme or custom colors
  • 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.