🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

ember-floating-labels

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-floating-labels

Animated floating placeholder form labels for Ember apps

0.3.6
latest
Source
npm
Version published
Weekly downloads
3
-75%
Maintainers
2
Weekly downloads
 
Created
Source

ember-floating-labels

Animated floating placeholder form labels for Ember apps.

Demo: https://gavant.github.io/ember-floating-labels/

ember install ember-floating-labels

Usage

If your using ember-cli-sass in your project, an import statement will automatically be added to your project. All you need to do is use the fl-input component.

{{fl-input value=value placeholder="Cool Placeholder"}}

It also works with select & textarea fields.

{{fl-select
    options=options
    value=value
    placeholder="Cool Placeholder"
    onchange=(action (mut value))
}}
{{fl-textarea value=value placeholder="Cool Placeholder" rows=10}}

Contributing

Installation

  • git clone <repository-url>
  • cd my-addon
  • npm install

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

Keywords

ember-addon

FAQs

Package last updated on 12 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts