@aelig/title
Title
Add
pnpm dlx shadcn@latest add @aelig/titleRenders a reusable titled section header with subtitle and optional CTA link.
Preview
Usage
import { Title } from "@/components/blocks/title"
export function Section() {
return <Title {...sectionProps} />
}