Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<head>
  <title>paper-input-decorator</title>
  
  <script src="//www.polymer-project.org/components/webcomponentsjs/webcomponents.js"></script>
  <link rel="import" href="//www.polymer-project.org/components/font-roboto/roboto.html">
  <link rel="import" href="//www.polymer-project.org/components/polymer/polymer.html">
  <link href="//www.polymer-project.org/components/paper-input/paper-input-decorator.html" rel="import">
  <link href="//www.polymer-project.org/components/paper-input/paper-input.html" rel="import">
  <style shim-shadowdom>
    body {
      font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
      font-size: 14px;
      margin: 0;
      padding: 24px;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      -webkit-touch-callout: none;
    }
    paper-input {
      width: 80%;
    }
    paper-input-decorator {
      max-width: 80%;
    }
  </style>
</head>
<body unresolved>
  <paper-input-decorator label="Username" floatingLabel>
    <input is="core-input" name="username">
  </paper-input-decorator>
  <paper-input-decorator label="Password" floatingLabel>
    <input is="core-input" name="password" type="password">
  </paper-input-decorator>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
enguyenpro
0viewers