Category: PnP
-
Explore the PnP FieldPicker Control for SharePoint Framework solutions

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the FieldPicker control. If you’re interested you can find the code of this sample here. The FieldPicker control is used to display a dropdown that contains a list of SharePoint fields to allow the…
-
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…
-
Overview of the Color Picker control from the PnP Property Controls

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…
-
Enhance SPFx visuals with Map control from PnP Reusable React Controls

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…
-
Effortless file handling with the DragDropFiles control

Proceeding with the appointments with the PnP React controls today I want to talk about the DragDropFiles control. You can find the code of this sample here on GitHub. The DragDropFiles control is a very helpful one which enables the user to drag and drop files into a specific area…