-
Christmas theme for your Modern SharePoint sites
With Christmas around the corner, here are some simple Christmas effects that can be added to your SharePoint intranet sites. Bring the festive mood to your intranet by adding the following effects Snow on top of your site header Snow fall on the site A greeting message in the footer...
-
Creating a modern Document Set using PnPjs from an SPFx webpart
Document Sets are useful for grouping relevant documents together and maintain a shared metadata for all the documents. Document Sets are supported in the modern sites and it is available when we activate the site collection feature called ‘Document Sets’ (Site Settings -> Site Collection Administration -> Site collection features)...
-
How to create a new Microsoft Teams Team using PnPjs within your SPFx components
PnPjs offers great flexibility in quickly connecting to various services in your Office 365 suite. I was working on an SPFx webpart which manages Teams provisioning for an organization. The webpart accepts requests from users and when an admin approves the request it provisions a new MS Team with some...
-
Adding OOTB/Default modern SPFx webparts to classic pages
The SharePoint Modern Sites provides many modern webparts which are very easy to use and appealing. When we develope any custom SPFx webpart, it can be added to any classic page, if we install the SPFx app to the classic site. But the OOTB/default SPFx webparts are not available. Follow...