Category: Development
-
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…
-
Boosting Your SPFx Development with spfx-fast-serve

Introduction: Gulp Serve vs. spfx-fast-serve When developing SharePoint Framework (SPFx) solutions, the traditional gulp serve command is a common way to test your project locally. However, one major downside is the slow build and reload times, especially for larger projects. This is where spfx-fast-serve comes in, providing a faster alternative…
-
Custom localization using Microsoft Graph Toolkit’s components in SPFx

Introduction Ahoy, matey! So ye be wantin’ to learn more ’bout localization, uh? Let’s hoist the anchor and set sail! I’m not writing as if I’m a pirate without no reason, with this blog post I want to demonstrate how to localize the Microsoft Graph Toolkit (MGT) components strings. Let’s…
-
Discover how to use the PropertyFieldColumnPicker from the PnP property controls

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