3.2.1 • Published 5 years ago

@polymer/paper-input v3.2.1

Weekly downloads
12,254
License
BSD-3-Clause
Repository
github
Last release
5 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-731contact-dialogcrca-lit-datepickerexp-paper-input-placeetools-modules-commonfirebase-autoformecqm-add-measureecqm-gridf-i18n-papergw2-tpcalcgw2-coin-inputh2-elementsgold-iban-inputglobular-mvcglobular_admindocumentationreacthomeassistant-frontend-racelandhsos-flexible-formhsos-login-formintervention-pagespaper-input-placepaper-autocompletepaper-chippaper-range-sliderpaper-time-inputpk-ecqm-loginpk-bonnie-testmeasure@eberlywc/punnett-square@elifent/paper-datepicker@doubletrade/lit-datatable@doubletrade/lit-datepicker@doubletrade/paper-datatable-apimammooc-rating-widgetisuwang-elementsisu-elementsisu-elementmhva-lugares-crudmicro-fabric-uxlsi-schedule-inputmaterial-components-elm-js-importsskyeditorstencil-web-elementstangy-formtangy-custom-formtest-contact-dialogtest-pk-ecqm-gridmusic-componentnodecg-twitchienodecg-twitchie-graphicsnexus-portal-componentsoe-paper-chipoe-radio-groupoe-inputoe-checkboxoe-comboremix-file-uploadunity-core-betawysiwyg-e-forkwysiwyg-e-nofontwise-shopping-cart@biopolymer-elements/bio-mygene@polymer/gold-email-input@unicef-polymer/etools-currency-amount-input@unicef-polymer/etools-data-table@unicef-polymer/etools-date-time@unicef-polymer/etools-profile-dropdown@unicef-polymer/etools-upload@unicef-polymer/etools-dropdown@unicef-polymer/etools-filters@smyd/app-checkout@smyd/app-inputs@smyd/app-shell@smyd/asg-search@smyd/asg-shop-card-details@smyd/asg-shop-card-item@smyd/cms-elements@smyd/cms-events@uxland-admin/ip-dr-diagnosis@uxland/uxl-login@polymer/gold-phone-input@polymer/gold-zip-input@sdl-web/sdl-srch-bar-es6@things-factory/modeller-ui@things-real/shell@things-shell/board-modeller@things-shell/real-modeller@tpluscode/paper-autocomplete
3.2.1

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

3.0.0-pre.26

6 years ago

3.0.0-pre.25

6 years ago

3.0.0-pre.24

6 years ago

3.0.0-pre.23

6 years ago

3.0.0-pre.22

6 years ago

3.0.0-pre.21

6 years ago

3.0.0-pre.20

6 years ago

3.0.0-pre.19

6 years ago

3.0.0-pre.18

6 years ago

3.0.0-pre.17

6 years ago

3.0.0-pre.16

6 years ago

3.0.0-pre.15

6 years ago

3.0.0-pre.14

6 years ago

3.0.0-pre.13

6 years ago

3.0.0-pre.12

7 years ago

3.0.0-pre.11

7 years ago

3.0.0-pre.10

7 years ago

3.0.0-pre.8

7 years ago

3.0.0-pre.7

7 years ago

3.0.0-pre.6

7 years ago

3.0.0-pre.4

7 years ago

3.0.0-pre.3

7 years ago

3.0.0-pre.2

7 years ago

3.0.0-pre.1

7 years ago

1.1.21-pre.3

8 years ago

1.1.21-pre.2

8 years ago

1.1.21-pre.1

8 years ago

0.0.4

8 years ago

0.0.3

9 years ago

0.0.1

9 years ago