README
bs-input
Just a simple addon to style inputs with bootstrap.
Example

Installation
npm install ember-cli-bs-input --save-devnpm install
Usage
{{bs-input value=name label='Your Full Name' placeholder='name on account' errors=errors.name}}
Properties:
type- Default value istextnamelabel- Default value isfalseidplaceholderrequiredautofocusdisabledminmaxmaxlength
Running Tests
ember testember test --server
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
License
Copyright (c) 2015 Josemar Luedke
Licensed under the MIT license.