sp-dev-fx-webparts/samples/react-fluentui-theme-variant
Hugo Bernier 86013372c0 Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
..
.devcontainer Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config First implementation of the 'React Fluent UI Theme Variant' sample 2021-08-05 16:29:38 +02:00
release Added sample.json and updated readme 2021-08-26 00:56:48 -04:00
src Update FluentUiThemeVariantWebPart.ts 2021-08-09 15:38:45 +02:00
teams First implementation of the 'React Fluent UI Theme Variant' sample 2021-08-05 16:29:38 +02:00
.gitignore First implementation of the 'React Fluent UI Theme Variant' sample 2021-08-05 16:29:38 +02:00
.yo-rc.json First implementation of the 'React Fluent UI Theme Variant' sample 2021-08-05 16:29:38 +02:00
README.md Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
gulpfile.js First implementation of the 'React Fluent UI Theme Variant' sample 2021-08-05 16:29:38 +02:00
package-lock.json First implementation of the 'React Fluent UI Theme Variant' sample 2021-08-05 16:29:38 +02:00
package.json First implementation of the 'React Fluent UI Theme Variant' sample 2021-08-05 16:29:38 +02:00
tsconfig.json First implementation of the 'React Fluent UI Theme Variant' sample 2021-08-05 16:29:38 +02:00
tslint.json First implementation of the 'React Fluent UI Theme Variant' sample 2021-08-05 16:29:38 +02:00

README.md

React Fluent UI Theme Variant

Summary

This web part provides an example of how to apply a custom theme or a variation of the current SharePoint theme directly to the web part. In this way it is possible to implement the same mechanism that is currently implemented by default by the SharePoint page sections

picture of the web part in action

Compatibility

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

Applies to

Solution

Solution Author(s)
react-fluentui-theme-variant Fabio Franzini (@franzinifabio), fabiofranzini.com

Version history

Version Date Comments
1.0 August 9, 2021 Initial release

Minimal Path to Awesome

  • Clone this repository
  • 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

This example was born with the idea of overcoming the present default limit regarding the colors of the sections of the SharePoint pages.

Specifically, by default, it is only possible to change the color (also called Section Background Shading) of the sections but not of the individual Web Parts.

In this implementation it is instead possible to vary the "Background Shading" of the single Web Part in 3 ways:

  • Use the colors applied to the section where the Web Part is present
  • Select the color variations based on the theme applied at the Site level.
  • Apply variations set to the json of a custom theme, created through the Fluent UI theme designer.

In all these cases, the component variation works automatically as much as the Fluent UI react controls are used, otherwise the variation will only work on the background and some HTML elements.

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.

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.