Category: SharePoint Framework
-
Discover the Progress control from the PnP reusable React controls

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the Progress control. If you’re interested you can find the code of this sample here. Visual appearance First of all let’s start with the visual appearance of the control. In the sample the control…
-
Simplifying localization testing of an SPFx solution in the workbench

Introduction Localization is nowadays one of the most important things when developing a solution. Since not everyone knows English it is worth to support multiple languages. But to test this can require some settings change in our browser or in the account, right? Wrong. There are a couple of ways…
-
Discover the PropertyGridField control from the PnP property controls

Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyGridField 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…
-
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…