@aelig/full-size-banner
Full Size Banner
Add
pnpm dlx shadcn@latest add @aelig/full-size-bannerRenders 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} />
}