Vibe UI
Initializing Vibe UI System...

Tabs

A set of layered sections of content—known as tab panels—that are displayed one at a time.

Tabs

A set of layered sections of content—known as tab panels—that are displayed one at a time.

Preview

Account

Make changes to your account here.

Installation

pnpm dlx vibe-ui-kit@latest add tabs

Variants

Glassmorphic

Preview section glass content panel

Retro Neobrutalism

Retro neobrutalist panel 1 text

Glow Accent

Glow layout active settings configurations

Component Concept

Vibe UI's Tabs component provides tabbed content structures built on Radix UI Tabs primitives. It divides content into distinct panels accessible via navigation trigger selectors.

Sub-Components

  • Tabs: Root state wrapper holding active panel coordinates.
  • TabsList: Flex row containing the tab toggle triggers.
  • TabsTrigger: Navigation button mapping to specific panels.
  • TabsContent: Container panel containing components.

Contributors

JS
Jenish Sabhadiya

Theme Customizer

8px
@theme {
  --radius: 0.5rem;
  --glass-blur: 8px;
}
Changes apply instantly to this documentation workspace.
Tabs | Vibe UI