Themes
Marketing
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/hero-split-full-bleed
Usage
import { HeroSplitFullBleed } from "@/components/emails/marketing/hero/hero-split-full-bleed";<HeroSplitFullBleed {...HeroSplitFullBleed.PreviewProps} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
variant | "default" | "slanted-left" | "slanted-right" | "default" | Visual variant |
heading | string | "Welcome" | Main heading text |
subheading | string | "Get started with your account" | Subheading text |
ctaLabel | string | "Get Started" | CTA button label |
ctaHref | string | "#" | CTA button link |
theme | EmailTheme | defaultTheme | Email theme styling |