• Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the SearchResult control. I will not cover in detail the implementation, it’s not the scope of this post, if you’re wondering how to achieve all the steps to enable you to use MGT inside SPFx you can have…

    Read more

  • One thing that I like and that I think it’s a great addition to a SharePoint Framework solution is the support of the current theme, especially when the solution will be deployed in Teams. In a nutshell there are a couple of possible ways discussed in this article to achieve the theming support: one way…

    Read more

  • Today I want to introduce you the useful PnP reusable property pane controls, this package contains a lot of useful controls that can be used in any web part property pane. With this article I want to show you how to use the PropertyFieldColorPicker control to enable the selection of a specific color in the…

    Read more

  • Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the Todo control. I will not cover in detail the implementation, it’s not the scope of this post, if you’re wondering how to achieve all the steps to enable you to use MGT inside SPFx you can have…

    Read more

  • Proceeding with the appointments with the PnP React controls today I want to talk about the FieldCollectionData control. If you’re interested you can find the code of this sample here. The FieldCollectionData control is used to display a button that the user can click, once the button is clicked it will opens a panel where…

    Read more

  • Proceeding with the appointments with the PnP React controls today I want to talk about the SitePicker control. If you’re interested you can find the code of this sample here. The SitePicker control is used to allow the selection of a single or multiple sites. Starting from the beginning, I’ve prepared a sample solution to…

    Read more

  • Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the SearchBox control. I will not cover in detail the implementation, it’s not the scope of this post, if you’re wondering how to achieve all the steps to enable you to use MGT inside SPFx you can have…

    Read more

  • If you’re like me and want to automate the versioning of a SharePoint Framework solution you’re in the right place! I use this in most of my SPFx projects to keep synchronized the property version of the package.json and package-solution.json files. If you’re interested in the code you can find a sample web part solution…

    Read more

  • Proceeding with the appointments with the PnP React controls today I want to talk about the Map control. You can find the code of this sample here on GitHub. The Map control is a very useful visual control to enable the visualization of a point on a map, I prepared a sample solution to show…

    Read more

  • Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the PeoplePicker control. I will not cover in detail the implementation, it’s not the scope of this post, if you’re wondering how to achieve all the steps to enable you to use MGT inside SPFx you can have…

    Read more