Tag: React
-
Create your first SharePoint Copilot app

Introduction The beta release of SharePoint Framework version 1.24 introduces the support of a new SPFx solution component: the Copilot Component. SPFx beta version has some known issues that will be fixed in the future releases. This new component type allows the creation of SharePoint Copilot apps, these apps let…
-
Use the FilePicker from the PnP reusable React controls

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the FilePicker control. The FilePicker control is a powerful and versatile component that allows users to browse and select files from various sources within your SharePoint Framework solutions. Whether you need to let users…
-
Discover the ComboBoxListItemPicker control from the PnP reusable React controls

Introduction Continuing our exploration of the PnP React controls, today I want to talk about the ComboBoxListItemPicker control, a powerful component that combines the functionality of a combobox with SharePoint list item selection capabilities. If you’re interested, you can find the code of this sample here. The ComboBoxListItemPicker control allows users to select…
-
Using top actions to configure web parts in a SPFx solution

Introduction With this blog post I want to cover what the top actions are and how to use those in your solution. The top actions of a web part are the commands available when you select a web part, to better understand what we are talking about, have a look…
-
Using the PropertyFieldOrder from the PnP reusable property controls

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