Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<head>
  
  <meta charset="utf-8">
  <base href="http://milestech.net/components/">
  <script src="webcomponentsjs/webcomponents-lite.min.js"></script>
  <link href="polymer/polymer.html" rel="import">
  <link rel="import" href="paper-material/paper-material.html">
  
  <style>
    body {
      font-family: sans-serif;
    }
  </style>
</head>
<body>
  
<business-card>Goop</business-card>
  
<dom-module id="business-card">
  <link rel="import" type="css" href="//jsbin.com/kevako.css">
  
  <style>
    :host {
      display: block;
    }
  </style>
  
  <template>
    <paper-material>
      <content></content>
    </paper-material>
  </template>
  <script>
    Polymer({
      is: 'business-card'
    });
  </script>
</dom-module>
  
</body>
Output

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

Dismiss x
public
Bin info
sjmilespro
0viewers