html
html copied to clipboard
Input icons
Any chanses we would get icons support?
E.g. for Bulma add icon-left
and icon-right
to options list. Not sure about boostrap, but i believe they have some icon support too.
<div class="field">
<p class="control has-icons-left has-icons-right">
<input class="input" type="email" placeholder="Email">
<span class="icon is-small is-left"><i class="fas fa-envelope"></i></span>
<span class="icon is-small is-right"><i class="fas fa-check"></i></span>
</p>
</div>