Tag: SPFx
-
Introducing the new PieChartCardView for Adaptive Card Extensions

Introduction The version 1.20 of SharePoint Framework introduces two different charts for the Adaptive Card Extensions, in this post I want to cover the PieChartCardView. As the name suggests, this visual control displays a pie chart which can also be displayed as a donut chart. I created a sample solution…
-
Use Microsoft Graph Toolkit v.4 in a SharePoint Framework React solution

Introduction It’s been a while after my last article regarding how to use MGT and I thought that a revamped article with the newest approach about using MGT in a SPFx React solution would be a good idea, so here we are! After my previous article the package @microsoft/mgt-spfx has…
-
Discovering the PnP Property Code Editor control in SPFx

Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldCodeEditor 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 know…
-
How to use the SPFx Library component

Have you ever needed to share code between multiple SharePoint Framework projects but struggle to maintain it? The answer to your problem is the SharePoint Framework Library component! The Library component allows you to deploy an SPPKG and to reuse the code contained in the library package in other SPFx…
-
Select a list item in your SPFx project using the PnP React controls

Proceeding with the appointments with the PnP React controls, today I want to talk about the ListItemPicker control. If you’re interested you can find the code of this sample here. The ListItemPicker control is used to display a dropdown where the user can see and select the available list items…