react-incrementor
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-incrementor", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Component for building flexible incrementor components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# ✨react-incrementor🎄 | ||
[![Build Status][build-badge]][build] | ||
[![Code Coverage][coverage-badge]][coverage] | ||
[![downloads][downloads-badge]][npmcharts] | ||
[![PRs Welcome][prs-badge]][prs] | ||
[![MIT License][license-badge]][license] | ||
Component to build simple, flexible, and accessible incrementor components | ||
@@ -24,3 +30,2 @@ | ||
* [render](#render) | ||
* [Examples](#examples) | ||
* [Inspiration](#inspiration) | ||
@@ -31,3 +36,3 @@ * [LICENSE](#license) | ||
This module is distributed via [npm][npm] which is bundled with [node][node] and | ||
This module is distributed via `npm`, which is bundled with `node`, and | ||
should be installed as one of your project's `dependencies`: | ||
@@ -85,8 +90,2 @@ | ||
### onChange | ||
> `function(value: number)` | optional | ||
Called at interaction with the incrementor | ||
* `value`: The new value after increment / decrement | ||
@@ -102,2 +101,8 @@ | ||
### onChange | ||
> `function(value: number)` | optional | ||
Called at interaction with the incrementor | ||
### render | ||
@@ -112,3 +117,3 @@ | ||
<!-- This table was generated via http://www.tablesgenerator.com/markdown_tables --> | ||
<!-- This table generated via http://www.tablesgenerator.com/markdown_tables --> | ||
@@ -128,1 +133,12 @@ | property | category | type | description | | ||
MIT | ||
[build-badge]: https://img.shields.io/travis/mstaicu/react-incrementor.svg?style=flat-square | ||
[build]: https://travis-ci.org/mstaicu/react-incrementor | ||
[coverage-badge]: https://img.shields.io/codecov/c/github/mstaicu/react-incrementor.svg?style=flat-square | ||
[coverage]: https://codecov.io/github/mstaicu/react-incrementor | ||
[downloads-badge]: https://img.shields.io/npm/dm/react-incrementor.svg?style=flat-square | ||
[npmcharts]: http://npmcharts.com/compare/react-incrementor | ||
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square | ||
[prs]: http://makeapullrequest.com | ||
[license-badge]: https://img.shields.io/npm/l/react-incrementor.svg?style=flat-square | ||
[license]: https://github.com/mstaicu/react-incrementor/blob/master/LICENSE |
14960
139