Forum Discussion
Molete
Jun 14, 2019Copper Contributor
How to add HTML to sharePoint online
Hi how do i add HTML code and JavaScript to SharePoint online
Gladys Aguilera
Mar 02, 2023Copper Contributor
Mikael Svenson Hi I am trying to add a tab menu on my SP page, on Modern SP, do I need to do all this just to add that? below
On modern pages, you can:
- Create an SPFx web part that does what you need
- Create an SPFx full page application
- Use @Mikael Svenson's SPFx Script Editor web part: https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-script-editor
MikaelSvenson
Microsoft
Mar 02, 2023What do you want to accomplish in terms of tab UX and what happens when you click them. First evaluate existing web parys in SharePoint Online. Next look at open source samples at https://pnp.github.io/sp-dev-fx-webparts/. As a last resort maybe the script editor web part (part of the samples).
All part of ROI.