Pure CSS implementation of Float Label pattern for Bootstrap 3.
npm install bootstrap-float-labelBootstrap Float Label
=====================
Pure CSS implementation of Float Label pattern for Bootstrap 3 powered by Float Label CSS-only.

https://codepen.io/tonystar/pen/ALaZrV
Include bootstrap-float-label.min.css:
``html`
Then just add .has-float-label class to .form-group:`html`
NOTE: label should go after input! This is the only drawback in this method.
Using inside .input-group is also supported:`html``
ANY browser. See Float Label CSS-only docs for more details.