Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="description" content="Testing configurable element entries -- behaviour attempt">
  
  <base href="http://polygit.org/polymer+:master/components/">
  
  <script href="webcomponentsjs/webcomponents-lite.min.js"></script>
  <link href="polymer/polymer.html" rel="import">
  
  <link href="iron-ajax/iron-ajax.html" rel="import">  
  <link rel="import" href="paper-menu/paper-menu.html">  
  <link rel="import" href="paper-item/paper-item.html">
  <link rel="import" href="paper-input/paper-input.html">
  
  
  
</head>
<body>
  <dom-module id="x-el">
    <template>
      <paper-input name="firstName"></paper-input>
      <paper-input name="lastName"></paper-input>
      
    </template>
    <script>
      Polymer({
        is: 'x-el',
        
      });
    </script>
  </dom-module>
  <x-el></x-el>
  
</body>
</html>
  
  
  
Output

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

Dismiss x
public
Bin info
mercmobilypro
0viewers