JSPM

ember-bootstrap-floating-labels

0.1.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q39832F
  • License MIT

Floating labels for ember-bootstrap

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

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