@aelig/full-size-banner

Full Size Banner

Add

pnpm dlx shadcn@latest add @aelig/full-size-banner

Renders a full-size image banner with title, subtitle, body, and slotted actions.

Preview

Full Size Banner

Reusable section primitive

A full-bleed banner with image-backed content.

Usage

import { FullSizeBanner } from "@/components/blocks/full-size-banner"

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