Chrome tabs
Inspired by the project chrome-tabs by @adamschwartz, this project aims to create a webcomponent.
<chrome-tabs extendable selected="1" >
<chrome-tab icon="https://www.polymer-project.org/images/logos/p-logo-32.png" title="Tab title"></chrome-tab>
<chrome-tab icon="https://assets-cdn.github.com/favicon.ico" title="Tab title"></chrome-tab>
<chrome-tab title="Tab title"></chrome-tab>
<chrome-tab title="Tab title"></chrome-tab>
</chrome-tabs>
The component is licensed under the ISC License
Demo and doc are available on http://zedesk.github.io/chrome-tabs/