0.77.1-alpha.2 • Published 5 years ago

@ivanvanderbyl/ember-material-components-form-field v0.77.1-alpha.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

@ivanvanderbyl/ember-material-components-form-field

ember-cli addon for @material/form-field.

Installation

ember install @ivanvanderbyl/ember-material-components-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)