Questions tagged [feathericons]
13 questions
4
votes
0 answers
Feather Icon not working in Bootstrap Modal
Version: feather-icons@4.29.0, Bootstrap v4.3.1
using C# RazorPage, asp.net
I am currently trying to build an asp.net web app. The feather icons work fine on normal pages, but it doesn't show when it is included in a Modal.

James X.
- 83
- 1
- 9
2
votes
1 answer
Feather Icons do not appear in Blazor Shared Component
The HTML design that I'm using in my WASM application uses feathericons, I linked the css and the js files in wwwroot/index.html. When I want to use the icons, for example:
if I use it inside wwwroot/index.html the icon…

Abdulsalam Elsharif
- 4,773
- 7
- 32
- 66
1
vote
1 answer
jQuery append issue: no icons
I'm working on my first jQuery page and for that I fetch the results from a server and then populate a list with the elements. Before I tried to fetch I just mocked the server call and tried to run the jQuery append in a for loop as below:
for (var…

IWasMakavelli1
- 13
- 2
0
votes
1 answer
Detecting click event on feather icon style
I have a feather icon in vue 3 app which I want to get filled with color based on click.
It seem like it's never taking the isHearted value as true and always filling with black color.
Code:
…

Appu
- 35
- 5
0
votes
0 answers
Feather Icons v4.29.0 add custom svg icons
I would like to add a custom icon to feather icons in javascript. I haven't found anything about it on github. Is it possible to do it?