Skip to content

codebakery-ch/bootstrap-floating-labels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS / Bootstrap floating labels

Changed this little snippet to be an angularJS Directive.

A new placeholder UI design for Bootstrap forms. Inspired by Mark D. Smith's Dribbble post and @jverdi's JVFloatLabeledTextField.

Bootstrap implementation by: fauxparse

DEMO

Requirements

  • AngularJS (tested with 1.2.1)
  • Bootstrap 3.0
  • jQuery 1.10.x or later
  • Taste

Usage

  • Add the directive in floating-labels.js to your angular Project.
  • Place the inline-label attribute on any input you want the floating label

Options

You can adjust the placement with the pos attribute (pos="top"). Available are top (default), bottom, left, right.

Todo

  • Remove jquery Selectors

About

AngularJS Directive for inline labels in Bootstrap forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • CSS 40.5%