0.2.3 • Published 5 years ago

ng-spin-box v0.2.3

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

NgSpinBox

Installation

Usage

Import 'NgSpinBoxModule' in app.module.ts / .module.ts

Then, Simply use as a directive, wrapped in a container(Important):

<div>
    <input type='tel' ngSpinBox step='0.01' min='0.01' decimal='2' snapToStep='true'>
</div>

Classes for Wrapper Element, Increment and Decrement Button are: 'ng-spin-box-wrapper', 'ng-spin-box-btn-up' and 'ng-spin-box-btn-down' respectively.

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago