# Text Tabs

Organize related content within a specific page to help users find what they're looking for, without creating any visual clutter

# Design Best Practices

Do

Keep the number of tabs to only a few to improve user experience and decrease cognitive load.

Use keyboard arrow keys to navigate tab selection.

Keep non-active tabs out of the tab order so keyboard users can use the tab key to access focusable items inside the active tab panel.

Use the down arrow key to focus the active panel.

Avoid

Don't

Don't use tabs to navigate users to a new URL. In its responsive state, a tab does not provide a good experience for navigating across multiple pages.

# Layout & Spacing

# Examples

# Base

The ideal state when all content is visible in the viewport.

Preview

# Responsive

When the viewport can no longer hold the contents, the remaining tabs are removed from the initial tab list and added into the More menu.

Preview

# API for Vue Components

# SkyTextTabs

Props
Slots
Events

# SkyTextTabsPanel

Props
Slots
Navigated to Text Tabs.