Icons in HxNav (with badge option)? #903
-
Is there no way to put icons in HxNav, and make them look good? I get extremely small icons, and had to bump them up to fa-xl to make them look even decent. Also, is there no way to add a badge (dot) indicator to icons? This must be very functionality? It it just me that does not know how to get it done properly? Sample of what I get when trying different things below:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @rgbinnovation, not sure what visual are you trying to achieve, but you have to follow the structure shown in the docs. |
Beta Was this translation helpful? Give feedback.
Hi @rgbinnovation, not sure what visual are you trying to achieve, but you have to follow the structure shown in the docs.
The direct descendants of HxNav have to be HxNavLink.
Everything else (icons, text, badges) should be inside of the HxNavLink.
HxIcon has no ChildContent and cannot have anything inside of it.
Most of what you struggle with is more a HTML/CSS/Bootstrap related rather than our component library.