ember-cli-bs-input

0.0.3 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-bs-input

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • josemarluedke