font-awesome inside b-form-group labels.
See original GitHub issueHi, Has anyone been able to do:
<b-form-group label='<i class="fas fa-envelope fa-fw'/> Enter your name">
</b-form-group>
etc?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
font awesome icon input group inside field - Stack Overflow
All you need to do is just add the class "input-group-text" next to "input-group addon". <div class="form-group"> <label ...
Read more >How to Add Font Awesome Icons to Your Input Fields - Solodev
We have two div containers with a classname of form-group . Inside these div containers, we have three elements. - A label tag...
Read more >How to Add Icons to Your Bootstrap Form - Formden.com
Learn how to add icons and text your form fields as prepended/appended addons.
Read more >Examples - Font Awesome
After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag. Some examples appreciatively re-used...
Read more >Bootstrap Form Input - Easy HTML5 Video
<div class="form-group row"> <label for="example-text-input" class="col-2 ... Form controls just within inline forms can be different a little against their ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
is that not what you want? https://jsfiddle.net/6tq953cw/
if not, perhaps a picture would help me to understand
and in case someone would want to us FA inside input groups, this works quite well: