Animated float labels for your Ember app.
# From within your ember-cli project
ember install:addon ember-float-label
In your template:
Note that input
and textarea
must have a placeholder
while select
must have a prompt
. If you want the float label to be something different than the placeholder/prompt, you can specify it as follows:
Styling is left completely up to you.