0.0.3 • Published 9 years ago

ember-cli-bs-input v0.0.3

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

bs-input

Just a simple addon to style inputs with bootstrap.

Example

bs-input-example

Installation

  • npm install ember-cli-bs-input --save-dev
  • npm install

Usage

{{bs-input value=name label='Your Full Name' placeholder='name on account' errors=errors.name}}

Properties:

  • type - Default value is text
  • name
  • label - Default value is false
  • id
  • placeholder
  • required
  • autofocus
  • disabled
  • min
  • max
  • maxlength

Running Tests

  • ember test
  • ember test --server

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Copyright (c) 2015 Josemar Luedke

Licensed under the MIT license.