An open API service indexing awesome lists of open source software.

https://github.com/mits87/float-placeholder

Pure implementation of Float Label pattern (compatible with Bootstrap 4).
https://github.com/mits87/float-placeholder

Last synced: 3 months ago
JSON representation

Pure implementation of Float Label pattern (compatible with Bootstrap 4).

Awesome Lists containing this project

README

          

# float-placeholder
> Floating label input.

Checkout the [DEMO](https://jsfiddle.net/mits87/r6sx5mzk/2/)

__Install it:__

```sh
npm install --save float-placeholder
```

__Usage:__

```js
require('jquery');
require('float-placeholder');

$('[name="email"]').floatPlaceholder();
```

```html



E-mail

```

```scss
@import '~float-placeholder/src/scss/float-placeholder';
```

__Compiled version:__

```html

```

__Building and running:__

```
gulp
```

__License:__

MIT