Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ember-bootstrap-floating-labels

offirgolan22MIT0.1.4

Floating labels for ember-bootstrap

ember-addon, ember-validation, ember-cp-validations, ember-bootstrap, bootstrap, validations

readme

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