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: docs/src/pages/vue-components/tabs.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,23 @@ QRouteTab won't and cannot work with the UMD version because in that environment
27
27
## Usage
28
28
29
29
::: tip
30
-
QTabs can be scrolled horizontally when the width is longer than the container width. Adjust your browser accordingly to see this in action. On a desktop you will see chevrons on either side that can be clicked. On a mobile, you can pan the tabs with your finger.
30
+
QTabs can be scrolled horizontally when the width is longer than the container width. Adjust your browser accordingly to see this in action.
31
+
32
+
On a desktop you will see chevrons on either side that can be clicked.
33
+
34
+
On a mobile, you can pan the tabs with your finger.
35
+
36
+
If you want to force arrows to be visible on mobile use `mobile-arrows` prop.
31
37
:::
32
38
33
39
### Basic
34
40
35
41
<doc-exampletitle="Basic"file="QTabs/Basic" />
36
42
43
+
### Outside, inside and visible on mobile arrows
44
+
45
+
<doc-exampletitle="Outside, inside and visible on mobile arrows"file="QTabs/ArrowsModifiers" />
46
+
37
47
### Vertical
38
48
39
49
<doc-exampletitle="Vertical (example with QSplitter)"file="QTabs/Vertical" />
<q-item-label>{{ mobileArrows === true ? 'Arrows visible on mobile (change to invisible)' : 'Arrows invisible on mobile (change to visible)'}}</q-item-label>
0 commit comments