包详细信息

ember-cli-mdc-floating-label

onehilltech453Apache-2.03.0.17

ember-cli addon for @material/floating-label

ember-addon, material, material design, material components

自述文件

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.