Tag: @pnp/spfx-controls-react
-
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…
-
Choose your list in SPFx using the PnP ListPicker control

Proceeding with the appointments with the PnP React controls today I want to talk about the ListPicker control. If you’re interested you can find the code of this sample here. The ListPicker control is used to display a dropdown where the user can see and select the available SharePoint lists.…
-
Discover the SitePicker control from the PnP React controls

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…
-
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…