0.1.4 • Published 8 years ago

ember-bootstrap-floating-labels v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ember-bootstrap-floating-labels

npm version

A react like floating label addition to ember-bootstrap's bs-form-element component.

Floating Label

Install

ember install ember-bootstrap-floating-labels

Usage

Floating labels will work out of the box if the bs-form-element is wrapped in an inline or vertical bs-form. To manually enable the floating label feature, set the floatLabel property to true.

{{bs-form-element value=value floatLabel=true label='Floating Label Text' placeholder='Hint Text'}}