Section Header

A reusable section header component with badge, title, and description, perfect for consistent section layouts.

Installation

pnpm dlx shadcn@latest add https://sase-ui.vercel.app/r/section-header.json

Usage

import { SectionHeader } from "@/components/ui/section-header";
import { Sparkles } from "lucide-react";
<SectionHeader
  badge={{
    text: "Features",
    icon: Sparkles,
    variant: "violet",
  }}
  title="Everything you need to"
  titleHighlight="succeed"
  description="Powerful features designed to help you build, scale, and grow your business."
/>