Skip to content

offirgolan/ember-bootstrap-floating-labels

Repository files navigation

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'}}