Pure implementation of Float Label pattern (compatible with Bootstrap 4).
npm install float-placeholderCheckout the DEMO
__Install it:__
``sh`
npm install --save float-placeholder
__Usage:__
`js
require('jquery');
require('float-placeholder');
$('[name="email"]').floatPlaceholder();
`
`html`
`scss`
@import '~float-placeholder/src/scss/float-placeholder';
__Compiled version:__
`html`
__Building and running:__
```
gulp
__License:__
MIT