:noentry: Deprecation Warning :noentry:
This particle is being deprecated, please use the tabs found here: https://procore.github.io/core/latest/#/react/elements/tabsTabs
A header component with a title, tabs, and extra slot.
Example

Change Log
6.1.0
- Add keyboard navigation (up, down, enter, esc)
- Upgrade to React 16
- Small style cleanup
6.0.1
- Hiding caret if no overflow
6.0.0
- Breaking Many style updates
- Improved sandbox data
5.0.0
- Breaking Changing
data
prop from{ k, v }
to{ key, value }
- Breaking Requiring
onChange
- Making
selectedKey
proptype either number or string - Adding unit tests, CSS module mocking, and code coverage reporting.
- Adding preprod hook
4.0.0
- Changing
labels
todata
to follow convention
3.1.1
- Style scoping update
3.1.0
- Analytics added
3.0.6
- Webpack dev server upgrade
3.0.5
- Removing
* { cursor: default; }
3.0.4
- Removing default styles.
3.0.3
- Updating package.json to Particles URL
3.0.2
- Changed styling to generic colors
3.0.1
- Removing extraneous :focus styling
3.0.0
- Replaced required
<h1>
tag with optional slot - Removing
RipaControlled
(no more URL management)
2.1.3
- Removing reset.scss
2.1.2
- San serif default removed
2.1.0 - 2.1.1
- Removing local storage persistence, then adding it again.
2.0.6 - 2.0.10
- Adding Lerna publishing management
- Splitting out dev dependencies
2.0.5
- Fixing findIndex() IE11 bug.
2.0.3, 2.0.4
- Linting.
2.0.2
- Stylesheet composition
2.0.1
- Removing selected index from props, only supporting selected key
- Changing export method
2.0.0
- Split
Ripa
andRipaControlled
1.0.6
- Implemented prod builds
1.0.5
- Implemented Webpack 2.2.1
1.0.4
- Removing search stickiness
1.0.3
- Return to page 1 on view change
1.0.0, 1.0.1, 1.0.2
- Initial commits