An example is available as a GitHub repository that linked at the end of the post. When building SharePoint customizations, you might have used the PnPjs to communicate with SharePoint. We will see how to update different data types of SharePoint document library using PnPJs. What is PnPjs? PnPjs is a collection of fluent libraries… READ MORE
Introduction In this blog, we will learn how can we use the color of the current applied theme in SharePoint in SPFx web parts or SPFx extension. Steps Step 1 Go to the SCSS file of your web part or extension. Step 2 Now at the top of the SCSS file, declare the variables and… READ MORE
Step – Create a new SPFx solution Go to the targeted path in your command prompt where you wanted to create a new SPFx solution, run the below command Step – Create a new SPFx solution Go to the targeted path in your command prompt where you wanted to create a new SPFx solution, run… READ MORE