@aelig/tabs

Tabs

Add

pnpm dlx shadcn@latest add @aelig/tabs

Renders tabbed sections with icons, summaries, and responsive stacked mobile content.

Preview

Capabilities

Blocks

Composable page sections.

Install sections

Reuse supporting UI

UI

Small primitives.

Buttons

Cards

Typography

Usage

import { Tabs } from "@/components/blocks/tabs"

export function Section() {
  return <Tabs {...sectionProps} />
}