Skip to content

wgarrido/bootstrap-float-label

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Floating label for bootstrap 3

Prerequisites

What things you need to install the software and how to install them

Bootstrap 3
Jquery

Usage

Include plugin's CSS and JS:

<link rel="stylesheet" href="bootstrap-float-label.css">
<script src="bootstrap-float-label.js"></script>

Add class "float-label" to your form-group

 <form>
    <div class="form-group float-label">
        <label for="exampleInputEmail1">Email</label>
        <input type="email" class="form-control" id="exampleInputEmail1" >
    </div>
</form>

Call the plugin:

$.bootstrapFloatLabel();

Authors

  • William Garrido - Initial work

About

Floating labels with animation for Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published