@aelig/title

Title

Add

pnpm dlx shadcn@latest add @aelig/title

Renders a reusable titled section header with subtitle and optional CTA link.

Preview

Title block

A shared section header with optional action support.

Usage

import { Title } from "@/components/blocks/title"

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