https://github.com/jasonmit/for-inputs
https://github.com/jasonmit/for-inputs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonmit/for-inputs
- Owner: jasonmit
- License: mit
- Created: 2016-08-24T06:39:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T05:18:28.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T04:44:09.560Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.

## 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/).