0.2.0 • Published 9 years ago

ember-cli-masked-inputs v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ember-cli-masked-inputs

Build Status NPM Downlaads

Description

Ember-cli-masked-inputs is a set of ember components that each provide a consistent masked look and feel for great user experiences

Installation

# install via npm
$ npm install ember-cli-masked-inputs --save-dev
# make ember-cli fetch internal dependencies
$ ember g ember-cli-masked-inputs

Phone Number

{{phone-number value=model.number class="foo"}}

Credit Card Expiration

{{credit-card-expiration value=model.expiration class="bar"}}

Running the unit tests

npm install
ember test

License

Copyright © 2015 Toran Billups http://toranbillups.com

Licensed under the MIT License