Package Exports
- ember-bootstrap-floating-labels
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-bootstrap-floating-labels) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ember-bootstrap-floating-labels
A react like floating label addition to ember-bootstrap's bs-form-element component.

Install
ember install ember-bootstrap-floating-labelsUsage
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'}}