ibm-tabs
Tabs are used to separate content into different panes
[ This description is mirrored from README.md at github.com/IBMResearch/ibm-tabs on 2019-05-22 ]
<ibm-tabs>
Tabs are used to separate content into different panes.
Example:
<ibm-tabs selected="0">
<ibm-tab>Item one</ibm-tab>
<ibm-tab>Item two</ibm-tab>
<ibm-tab>Item three</ibm-tab>
</ibm-tabs>
Notable breaking changes between 1.x and 2.x (hybrid):
IronSelectableBehavior and IronMultiSelectableBehavior, which are used by ibm-tabs, introduce multiple breaking changes. Please see the README for those behaviors for more detail.
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
- iron-behaviors#PolymerElements/iron-behaviors#1 - 2
- iron-flex-layout#PolymerElements/iron-flex-layout#1 - 2
- iron-menu-behavior#PolymerElements/iron-menu-behavior#1 - 2
- polymer#Polymer/polymer#1.9 - 2
- Released
- 2017-06-23
- Maturity
- IMPORTED
- License
- Other
Compatibility
- Framework
- Polymer 2.0+
- Polymer 1.0+ in 1.0.0
- Browser
- Browser Independent
ibm-tabs - Vaadin Add-on Directory
Tabs are used to separate content into different panes
**[ This description is mirrored from README.md at [github.com/IBMResearch/ibm-tabs](https://github.com//IBMResearch/ibm-tabs/blob/v2.0.1/README.md) on 2019-05-22 ]**
[![Build status](https://travis-ci.org/IBMResearch/ibm-tabs.svg?branch=master)](https://travis-ci.org/IBMResearch/ibm-tabs)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/IBMResearch/ibm-tabs)
## \
Tabs are used to separate content into different panes.
Example:
```html
Item one
Item two
Item three
```
### Notable breaking changes between 1.x and 2.x (hybrid):
IronSelectableBehavior and IronMultiSelectableBehavior, which are used by
ibm-tabs, introduce multiple breaking changes. Please see the README for those
behaviors for more detail.