skip to Main Content

import font awesome in web component – Html

This is my header component : <header class="header"> <div class="icon-container"> <ul> <li class="list-item"><i class="fa-regular fa-bell"></i></li> <li class="list-item"><i class="fa-solid fa-gear"></i></li> <li class="list-item"><i class="fa-solid fa-arrow-right-from-bracket"></i></li> </ul> </div> </header> This code can display the icons in fontawesome when I import the font-awesome before…

VIEW QUESTION

Uncaught TypeError: property "__reactFiber$wqjvbwadizh" is non-configurable and can't be deleted – Javascript

There are two web components which are being hosted in respective servers. I can view the web components individually. Server A: VIEW: abc.com/a/index.html CONFIGURATION abc.com/a/a.js abc.com/a/main.css <a-webcomponent> Server B: VIEW: abc.com/b/index.html CONFIGURATION abc.com/b/b.js abc.com/b/main.css <b-webcomponent> Now I have a new…

VIEW QUESTION
Back To Top
Search