Creating Site theme in SharePoint online with SharePoint framework (SPFX)

In this blog i will explain the basics in creating a site theme with SPFX and i will use React library in SPFX web-part. The first step is to create web-part with React library, call it Themes. Open the web-part in Visual studio code and find the ThemesWebPart.ts file.Import SPHttpClient by using this command import … Continue reading Creating Site theme in SharePoint online with SharePoint framework (SPFX)

Advertisement