0.77.1-alpha.2 • Published 5 years ago

@ivanvanderbyl/ember-material-components-floating-label v0.77.1-alpha.2

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

@ivanvanderbyl/ember-material-components-floating-label

ember-cli addon for @material/floating-label.

Installation

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