An open API service indexing awesome lists of open source software.

https://github.com/jasonmit/for-inputs


https://github.com/jasonmit/for-inputs

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# For-inputs

Given a string, inputs are rendered for each character. Made to handle arrow keys, tabbing, and retaining the width of the string and (optional) one-way databinding.

![SS](http://i.imgur.com/8VrS7Y7.png)

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).