Skip to content

jamesmoey/chrome-tabs

 
 

Repository files navigation

Published on webcomponents.org

<chrome-tabs>

Chrome tabs

Inspired by the project chrome-tabs by @adamschwartz, this project aims to create a webcomponent.

chrome-tabs

Quick example

<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/

About

A chrome-tabs component to emulate the chrome tabs bar, useful for electron browser apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%