ember-sky-labels

0.0.3 • Public • Published

Ember-Sky-Labels

Fun, Compact & Accessible Forms

Try out a live demo

Why SkyLabels?

  • Customizable through CSS. Changes animations, styles, etc.
  • Accessible (uses a label element).
  • Doesn't require that you change your layout. The labels slide above all other content.
  • Easy to read the labels even when the input is focused.

Getting Started

First, make sure you're using ember-cli-sass:

$ ember install ember-cli-sass

Next, install the addon:

$ ember install ember-sky-labels

Finally, wrap <input> and <textarea> tags with the {{sky-label}} component:

{{#sky-label text="Username"}}
  {{input type="text" value=username}}
{{/sky-label}}
 
{{#sky-label text="Password"}}
  {{input type="password" value=password}}
{{/sky-label}}

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

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

Contributing

See the CONTRIBUTING document. Thank you, contributors!

License

ember-sky-labels is Copyright (c) 2015 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

ember-sky-labels is maintained by Sean Doyle.

thoughtbot

ember-sky-labels is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.

We love open source software! See our other projects or hire us to help build your product.

Package Sidebar

Install

npm i ember-sky-labels

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • nickcharlton
  • enatario
  • luke_mitchell
  • ralphbot
  • vendela
  • seanpdoyle