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)
Creating themes in SharePoint online
Using the theme generator to create a theme with desired colors and adding it as custom theme in SharePoint, to use it in your site.You can also use the theme when you create a Site design creating a site design Tools: UI Fabric Theme Designer ( Web address )Powershell Creating theme Go to the theme … Continue reading Creating themes in SharePoint online
Site script and Site design in SharePoint online
Use Site design to create a template to apply it when creating a Team site or a Communication site in modern SharePoint. In order to do that, use a JSON script to define the actions that will be added in a template such as a color theme of the site.In addition use PowerShell to assign … Continue reading Site script and Site design in SharePoint online