ember-cli-mdc-form-field
v3.0.17
Published
ember-cli addon for @material/form-field.
Downloads
537
Maintainers
Readme
ember-cli-mdc-form-field
ember-cli addon for @material/form-field
.
Installation
ember install ember-cli-mdc-form-field
Components & Mixins
This package contains the following top-level components.
This package contains the following mixins:
FormFieldMixin
mdc-form-field
Description
Aligns a web form field with its label and makes it RTL-aware. It also activates a ripple effect upon interacting with the label.
Usage
{{#mdc-form-field alignEnd=true}}
{{!-- add input here --}}
{{/mdc-form-field}}
Attributes
alignEnd
- Position the input after the label. (optional)