Forum Discussion
Chamonix
Apr 09, 2023Copper Contributor
Add Bootstrap Toast as Alert on SharePoint site
It will be nice to have a Bootstrap v5.0 Toast as push notification to SharePoint site so to broadcast important message to users. I tried to put the reference to Bootstrap css and js file in Co...
Chamonix
Apr 09, 2023Copper Contributor
Sharepoint Online..
The Microsoft default CSS got messed up after I called Bootstrap CSS. If just Bootstrap JS, no issue. But without css, Toast doesn't have the expected look
The Microsoft default CSS got messed up after I called Bootstrap CSS. If just Bootstrap JS, no issue. But without css, Toast doesn't have the expected look
Apr 10, 2023
Okey, sounds like you're implementing this abit backward. You can not use Content editor web part to apply Bootstrap in Modern SharePoint. you will get alot of issues as said.
If you want to use Bootstrap toast you need to develop a Application Customizers Extension webpart using SPFX and do it from there, there it will be contained:
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions
If you want to use Bootstrap toast you need to develop a Application Customizers Extension webpart using SPFX and do it from there, there it will be contained:
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions