What problem does it solve?
This Skill helps organize related content into intuitive tabbed interfaces without creating confusing navigation, overflow, accessibility, or state-management problems.
Core Features & Use Cases
- Tab Selection: Choose appropriate underline, contained, pill, or vertical tab styles based on layout context and visual emphasis.
- Responsive Behavior: Handle tab overflow with horizontal scrolling or a More menu instead of wrapping tabs across multiple lines.
- Accessible Interaction: Implement ARIA roles, roving tabindex keyboard navigation, visible focus states, and correctly hidden inactive panels.
- Use Case: Design a product detail page that lets users switch between overview, activity, and settings while preserving the selected tab in the URL.
Quick Start
Ask the tab-navigation skill to design an accessible tabbed settings page with responsive overflow handling and deep-linkable tab state.