3.0.0 • Published 4 years ago

ember-float-label v3.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

ember-float-label Build Status

Animated float labels for your Ember app.

Compatibility

  • Ember.js v3.8 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-float-label

Usage

In your template:

<FloatLabel>
  <Input @value={{this.name}} @placeholder="Name" />
</FloatLabel>

<FloatLabel>
  <Textarea @value={{this.notes}} @placeholder="Notes" />
</FloatLabel>

If you want the float label to be something different than the placeholder/prompt, you can specify it as follows:

<FloatLabel @label="Something Else" />
  <Input @value={{this.name}} @placeholder="Name" />
</FloatLabel>

Styling is left completely up to you.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

3.0.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.2.1

8 years ago

0.2.0

9 years ago

0.1.0

9 years ago