Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset=utf-8 />
    <title>Polymer</title>
    <script src="http://www.polymer-project.org/components/webcomponentsjs/webcomponents.js"></script>
    <link rel="import" href="http://www.polymer-project.org/components/polymer/polymer.html">
    <link rel="import" href="http://www.polymer-project.org/components/paper-tabs/paper-tabs.html">
    <style shim-shadowdom>
      paper-tabs /deep/ #ink {
        color: red;
      }
    </style>
  </head>
  <body unresolved>
    
    <paper-tabs>
      <paper-tab>Foo</paper-tab>
      <paper-tab>Bar</paper-tab>
      <paper-tab>Baz</paper-tab>
    </paper-tabs>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
robdodsonpro
0viewers