ember-cli-mdc-floating-label
v3.0.17
Published
ember-cli addon for @material/floating-label
Downloads
313
Maintainers
Readme
ember-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
Description
Add a floating label to the page. This component is typically used in conjunction with text field and select fields.
Usage
{{#mdc-floating-label for="my-text-field-id"}}Hint text{{/mdc-floating-label}}
Attributes
for
- Id of associated input field.