All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.public.bower_components.paper-tabs.README.md Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
paper-tabs
============

`paper-tabs` makes it easy to explore and switch between different views or functional aspects of
an app, or to browse categorized data sets.

Use `selected` property to get or set the selected tab.

Example:

```html

  TAB 1
  TAB 2
  TAB 3

```

See paper-tab for more information about
`paper-tab`.

A common usage for `paper-tabs` is to use it along with `iron-pages` to switch
between different views.

```html

  Tab 1
  Tab 2
  Tab 3



  
Page 1
Page 2
Page 3
``` To use links in tabs, add `link` attribute to `paper-tab` and put an `` element in `paper-tab`. Example: ```html TAB ONE TAB TWO TAB THREE ```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy