Last active
January 19, 2021 19:06
-
-
Save stevewithington/0272b6f10b924ad2aac2 to your computer and use it in GitHub Desktop.
Bootstrap Input With FontAwesome Calendar Icon Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="form-group col-md-6"> | |
<label for="somedate">Some Date</label> | |
<div class="has-feedback"> | |
<input class="form-control" name="somedate" id="somedate" value=""> | |
<span class="form-control-feedback"><i class="fa fa-calendar"></i></span> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment