ember-cli addon for @material/floating-label
npm install ember-cli-mdc-floating-labelember-cli-mdc-floating-label
======================
ember-cli addon for @material/floating-label.
Installation
------------
ember install ember-cli-mdc-floating-label
Components
-----------
This package contains the following top-level components.
mdc-floating-label
---------------------
Add a floating label to the page. This component is typically used in conjunction
with text field and select fields.
``handlebars`
{{#mdc-floating-label for="my-text-field-id"}}Hint text{{/mdc-floating-label}}
* for` - Id of associated input field.