Topic: Font Awesome Stack examples missing
digitalmanagerguru free asked 4 years ago
Couldnt find any example on how to use the stack option.
It should exist an example at: https://mdbootstrap.com/docs/vue/content/icons-usage/
to make it simple to understand, orelse I'll need to check the gitlab code to see how it was implemented. :/
This is what I would do if I was using the code directly:https://jsfiddle.net/tagliala/9k5vgr6q/4/
Thanks
EDIT: I saw that the fa.vue is not ready for simple use of stack/layers/masks, could be a good improvement to do. I'll make my own component for now.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 6.6.0
- Device: Desktop
- Browser: Chrome
- OS: Win.10 Pro
- Provided sample code: No
- Provided link: Yes
Mikołaj Smoleński staff commented 4 years ago
You can always use icons just like in the FA5 documentation, like this:
<i class="fab fa-vuejs"></i>
Does it solve your issue?