A set of pages with a tab strip governing which page is shown.
This stock combination applies the TabStripMixin to a basic-modes element. If you'd like to create something more complex than this arrangement, you can use either of those elements on its own.
Since this component uses TabStripMixin, it obtains the names of the
individual tabs from a child's aria-label property. Example:
<basic-tabs>
<div aria-label="One">Page one</div>
<div aria-label="Two">Page two</div>
<div aria-label="Three">Page three</div>
</basic-tabs>
Kind: global class
Extends: Modes
Mixes: GenericMixin
True if the component would like to receive generic styling.
This property is true by default — set it to false to turn off all generic styles. This makes it easier to apply custom styling; you won't have to explicitly override styling you don't want.
Kind: instance property of Tabs. Defined by Generic mixin.
Default: true