Y2K UI

Tabs

File-tab style tabs — pastel blue/lilac inactive, lemon yellow active, with a thick navy separator and crisp corners.

tabs-demo.app

Installation

terminal.sh
npx y2kui@latest add tabs

Usage

import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";

Props

PropTypeDefaultDescription
defaultValuestringInitial active tab (uncontrolled).
valuestringControlled active tab.
onValueChange(value: string) => voidFired when the active tab changes.
orientation'horizontal' | 'vertical''horizontal'Layout direction of the tab list.

On this page