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).
- Host: GitHub
- URL: https://github.com/mits87/float-placeholder
- Owner: mits87
- Created: 2018-05-03T13:12:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T13:28:09.000Z (about 8 years ago)
- Last Synced: 2025-10-06T07:55:05.566Z (8 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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