paper-number-input

WebJar for paper-number-input

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.zecat
ArtifactId

ArtifactId

paper-number-input
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

paper-number-input
WebJar for paper-number-input
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download paper-number-input

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.zecat/paper-number-input/ -->
<dependency>
    <groupId>org.webjars.bowergithub.zecat</groupId>
    <artifactId>paper-number-input</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.zecat/paper-number-input/
implementation 'org.webjars.bowergithub.zecat:paper-number-input:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.zecat/paper-number-input/
implementation ("org.webjars.bowergithub.zecat:paper-number-input:1.1.0")
'org.webjars.bowergithub.zecat:paper-number-input:jar:1.1.0'
<dependency org="org.webjars.bowergithub.zecat" name="paper-number-input" rev="1.1.0">
  <artifact name="paper-number-input" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.zecat', module='paper-number-input', version='1.1.0')
)
libraryDependencies += "org.webjars.bowergithub.zecat" % "paper-number-input" % "1.1.0"
[org.webjars.bowergithub.zecat/paper-number-input "1.1.0"]

Dependencies

compile (9)

Group / Artifact Type Version
org.webjars.bowergithub.polymerelements : iron-iconset-svg jar [2.0.0,3)
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : iron-icon jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : iron-input jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : iron-flex-layout jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : paper-input jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : paper-button jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : iron-form-element-behavior jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : iron-icons jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

Published on webcomponents.org

<paper-number-input>

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

<paper-number-input
  label="Quantity"
  min="1"
  max="12"
  value="6"
  step="1.1"
  fallback-value="0"
><paper-number-input>

Installation

  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'

Versions

Version
1.1.0
0.1.0