Tag: SPFx
-
How to configure flexible layout in SharePoint Framework web part

Introduction SharePoint Framework version 1.21 is in RC at the time of writing and I couldn’t resist to try one of the new functionalities: the support to flexible sections. I’m writing about a SPFx release candidate version, the final release can differ from the RC. Flexible sections are a great…
-
How to use custom fonts in a SharePoint Framework solution

Introduction Do you need to specify a custom font in your SharePoint Framework solution? This blog post is for you. SharePoint Online nowadays supports custom fonts through Brand Center, allowing organizations to enhance their branding by incorporating unique typography. However, in certain cases, it might be necessary to use a…
-
Enhance your SPFx solution with search capabilities using PnPjs

Introduction Search is always a nice addition to application, with this blog post I want to introduce you about how to leverage PnPjs to enhance the search capabilities of your SPFx project. PnPjs is a package, maintained by the community, which easier the life of developers when it comes to…
-
Toggle between dark and light themes using the MGT ThemeToggle control

Introduction Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the ThemeToggle control. The control is a little bit different than the other MGT controls. This one does not need a context to be set so you don’t need to prepare (almost)…
-
Discover how to use the PropertyFieldViewPicker from the PnP Property controls

Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldViewPicker control. The PnP reusable property pane controls is a package that contains a lot of useful controls that can be used in any SharePoint Framework web part’s property pane, if you want to…