Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.
/ ibm-tabs Public archive

Tabs are used to separate content into different panes

License

Notifications You must be signed in to change notification settings

IBMResearch/ibm-tabs

Repository files navigation

Build status Published on webcomponents.org

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