You can reproduce the error by pasting this code inside a custom code snippet
--> https://codepen.io/elevaunt/pen/JYRBzJ
The SVG seem to be working fine when previewing on the browser though.
Just the SVGs are not visible inside bootstrap studio.
Would be great to have this work!
Thanks
This comment was from 2018. I can’t believe an inline SVG, or some other solution, has not been addressed yet.
It’s working. You have to convert the SCSS in the Pen example to CSS, and put it in a stylesheet. Then put the HTML in a custom code block, and you get this in the BSS workspace…
The “check” and “X” don’t show because they’re generated by CSS animations (which don’t run in BSS,) but it works fine in the browser preview…