You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tabs/tabs-overflow.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,29 @@
1
-
## Description
1
+
## Overview
2
2
3
-
The `<sp-tabs-overflow>` is a decorative component that works in conjunction with the `<sp-tabs>` component. It enables horizontal tab scrolling in cases where the available width is insufficient to display all tabs.
3
+
The `<sp-tabs-overflow>` is a decorative component that works in conjunction with the `<sp-tabs>` component. It enables horizontal tab scrolling in cases where the available width is insufficient to display all tabs. Multiple tab items should not be truncated solely to accommodate horizontal layout constraints.
4
4
5
-
_Note: Veritical scrolling is not yet supported._
5
+
_Note: Vertical scrolling is not yet supported._
6
+
7
+
[View the design documentation for this component.](https://spectrum.adobe.com/page/tabs/)
6
8
7
9
### Usage
8
10
9
11
[](https://www.npmjs.com/package/@spectrum-web-components/tabs)
10
12
[](https://bundlephobia.com/result?p=@spectrum-web-components/tabs)
11
13
12
-
```
14
+
```zsh
13
15
yarn add @spectrum-web-components/tabs
14
16
```
15
17
16
18
To import the `<sp-tabs-overflow>` component with its associated side effects, use the following import statement:
0 commit comments