floating label for bootstrap with animation
npm install bootstrap-floating-label
What things you need to install the software and how to install them
```
Bootstrap 3
Jquery
Include plugin's CSS and JS:
`html`
Add class "float-label" to your form-group
`html`
Call the plugin:
`html``
$.bootstrapFloatLabel();
William Garrido - Initial work*