3.2.1 • Published 6 years ago

@polymer/paper-input v3.2.1

Weekly downloads
12,254
License
BSD-3-Clause
Repository
github
Last release
6 years ago

Published on NPM Build status Published on webcomponents.org

<paper-input>

<paper-input> is a single-line text field with Material Design styling.

See: Documentation, Demo.

Usage

Installation

npm install --save @polymer/paper-input

In an html file

<html>
  <head>
    <script type="module">
      import '@polymer/paper-input/paper-input.js';
    </script>
  </head>
  <body>
    <paper-input always-float-label label="Floating label"></paper-input>
  </body>
</html>

In a Polymer 3 element

import {PolymerElement, html} from '@polymer/polymer';
import '@polymer/paper-input/paper-input.js';

class SampleElement extends PolymerElement {
  static get template() {
    return html`
      <paper-input always-float-label label="Floating label"></paper-input>
    `;
  }
}
customElements.define('sample-element', SampleElement);

Contributing

If you want to send a PR to this element, here are the instructions for running the tests and demo locally:

Installation

git clone https://github.com/PolymerElements/paper-input
cd paper-input
npm install
npm install -g polymer-cli

Running the demo locally

polymer serve --npm
open http://127.0.0.1:<port>/demo/

Running the tests

polymer test --npm
fundwave-fund-managementzagenzagen-productionplaytwo-core-cms-sections@navigateconsulting/eva-botzagen-zagen@teipublisher/pb-components7executable_esm_aa_webcomponentsair_controlcontact-dialog2@phil-cd/frontendtest2paper-loginscreen@infinitebrahmanuniverse/nolb-_poltest-pkg-form-builder@everything-registry/sub-chunk-731tangy-custom-formtangy-formtest-pk-ecqm-gridwise-shopping-cartwysiwyg-e-forkwysiwyg-e-nofontisu-elementisu-elementsisuwang-elementshomeassistant-frontend-racelandhsos-flexible-formhsos-login-formh2-elementsgw2-coin-inputgw2-tpcalcintervention-pagesmammooc-rating-widgetmaterial-components-elm-js-importslsi-schedule-input@wcfactory/ui@vowo/vowo-img-cropper@things-shell/board-modeller@things-shell/real-modeller@unicef-polymer/etools-profile-dropdown@unicef-polymer/etools-upload@unicef-polymer/etools-currency-amount-input@unicef-polymer/etools-data-table@unicef-polymer/etools-date-time@unicef-polymer/etools-dropdown@unicef-polymer/etools-filters@things-real/shell@tpluscode/paper-autocomplete@things-factory/modeller-ui@uxland/uxl-login@valdezmanuel/c-rich-text-editor@valdezmanuel/rich-text-editor@uxland-admin/ip-dr-diagnosis@teipublisher/pb-componentsadd-measureallianz-charts@goauthentik/web@haxtheweb/haxcms-elements@haxtheweb/editable-list@haxtheweb/json-editor@haxtheweb/lrnsys-layout@haxtheweb/lrnsys-outline@haxtheweb/lrn-markdown-editor@hatiolab/things-shellstencil-web-elementstest-contact-dialogunity-core-beta@logo-elements/pagination@longlost/shipping-inputs@longlost/app-file-system@longlost/app-inputs@longlost/app-shell@longlost/app-account@longlost/app-checkout@longlost/app-ecomm@longlost/cms-carousels@longlost/cms-events@longlost/file-uploader@lit-any/components-paper-elementsmusic-componentmicro-fabric-uxmhva-lugares-crudoe-paper-chipoe-radio-groupoe-inputoe-checkboxoe-combopaper-input-placepaper-time-inputpaper-range-sliderpaper-autocompletepaper-chipremix-file-uploadnodecg-twitchienodecg-twitchie-graphicsnexus-portal-componentspk-bonnie-testmeasurepk-ecqm-loginskyeditorgold-iban-inputglobular_adminglobular-mvc
3.2.1

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

3.0.0-pre.26

7 years ago

3.0.0-pre.25

7 years ago

3.0.0-pre.24

7 years ago

3.0.0-pre.23

7 years ago

3.0.0-pre.22

7 years ago

3.0.0-pre.21

7 years ago

3.0.0-pre.20

7 years ago

3.0.0-pre.19

8 years ago

3.0.0-pre.18

8 years ago

3.0.0-pre.17

8 years ago

3.0.0-pre.16

8 years ago

3.0.0-pre.15

8 years ago

3.0.0-pre.14

8 years ago

3.0.0-pre.13

8 years ago

3.0.0-pre.12

8 years ago

3.0.0-pre.11

8 years ago

3.0.0-pre.10

8 years ago

3.0.0-pre.8

8 years ago

3.0.0-pre.7

8 years ago

3.0.0-pre.6

8 years ago

3.0.0-pre.4

8 years ago

3.0.0-pre.3

8 years ago

3.0.0-pre.2

8 years ago

3.0.0-pre.1

8 years ago

1.1.21-pre.3

9 years ago

1.1.21-pre.2

9 years ago

1.1.21-pre.1

9 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.1

10 years ago