An open API service indexing awesome lists of open source software.

https://github.com/zecat/paper-number-input

A Material Design input field for numric values with step up/down buttons (Polymer 2)
https://github.com/zecat/paper-number-input

Last synced: 6 months ago
JSON representation

A Material Design input field for numric values with step up/down buttons (Polymer 2)

Awesome Lists containing this project

README

          

[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Zecat/paper-number-input)

# \

A Material Design input field for numeric values with step up/down buttons (Polymer 2).

```html

```

## Installation

```bash
bower install -S Zecat/paper-number-input
```

## Usage

For icons to appear, you can either:

- just import the iron-icons/iron-icons.html Polymer element - it is a dependency of this element but not imported by default
- create your own icon set and specify `stepDownIcon` and `stepUpIcon` properties according
- import paper-number-input/paper-number-input-icons and define `stepDownIcon` as 'integer-input:step-down' and `stepUpIcon` as 'integer-input:step-up'