dragoon0x/everything-design-taste

tab-patterns

Tab navigation, tab bar design, scrollable tabs, and tab content management.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill tab-patterns

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,230 B
  • docs SUMMARY.md 96 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Tab Patterns

Tab Types

Type Use Case Platform
Horizontal tabs 2-6 sections at same hierarchy level Desktop, tablet
Scrollable tabs 6+ sections Mobile, responsive
Vertical tabs Deep settings, documentation sidebar Desktop
Bottom tab bar Primary app navigation Mobile apps
Segmented control 2-3 toggle options (not navigation) Any

Tab Rules

  1. Tab labels should be short. 1-2 words. If longer, tabs aren't the right pattern.
  2. Don't use tabs for sequential steps. That's a stepper/wizard.
  3. Content should be independent. Switching tabs shouldn't affect other tabs.
  4. Active tab indicator: bottom border (horizontal), left border (vertical), or filled background.
  5. Keyboard navigation: arrow keys to switch, focus visible on active tab.

Scrollable Tabs

  • Show fade/gradient at scroll edges to indicate more tabs.
  • Scroll active tab into view on load.
  • Swipe gesture on mobile.
  • Don't use scroll arrows on desktop unless necessary.