🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Polymer Form is a jQuery plugin helps you create Material Design inspired customizable floating labels for text fields with placeholders, as you seen in Polymers project.

Material-Design input Input-label Placeholder

Documentation

PolymerForm

PolymerForm lets you create google polymer-like style form easily.

Demo and Documentation

Demo and Documentation

Feature

  • Polymer like style
  • Easy to use
    • You can handle PolymerForm like common style form.
  • Easy to customize appearance
    • Bar color
    • Bar height
    • Direction of bar animation
    • Label color
  • Also work with mobile

Get started

  • Import jQuery and PolymerForm.
<!-- CSS --> <link rel="stylesheet" href="css/jquery.polymer-form.min.css"/> <!-- JS --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="js/jquery.polymer-form.min.js"></script> 
  • Create some input elements.
<input type="text" label="Name" name="name" class="demo-form"> <input type="password" label="Password" name="password" class="demo-form"> 
  • Kick polymerForm function.
$(document).ready(function(){     $(".demo-form").polymerForm(); }); 

Author & License

Takuro Wada

MIT License.


You May Also Like