0.0.3 • Published 9 years ago

stepper-button v0.0.3

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

stepper-button

A simple ember-cli stepper-button. Uses bootstrap classes for button layout and assumes your project has bootstrap.css

Installation

ember install:addon stepper-button

Use

####Normal Ordering

{{stepper-button decrement="decrement" increment="increment"}}

####Reverse Ordering

{{stepper-button decrement="decrement" increment="increment" reverseOrdering=true}}

####Only show increment

{{stepper-button increment="increment" hideDecrement=true}}

####Only show decrement

{{stepper-button decrement="decrement" hideIncrement=true}}

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago