Marketing
- Content
- Footer with Legal Text
- Company Locations Footer
- App Store Buttons Footer
- Background Image Footer
- Overlapped CTA Footer
- Large Title and Buttons Footer
- Full Menu Footer
- Centered with Menu and Socials
- 2-Column Menu
- 2-Column Menu and Divider
- Menu and Full-Width CTA
- 3-Column Menu
- Content and CTA
- Social Icons and Address
- Text, Menu and Socials
- Simple Footer with Social Icons
Ecommerce
import { FooterWithLargeTitleAndButtons } from "@/components/email/footer-with-large-title-and-buttons";
export function FooterWithLargeTitleAndButtonsDemo() {
return (
<FooterWithLargeTitleAndButtons
{...FooterWithLargeTitleAndButtons.PreviewProps}
/>
);
}Installation
$ pnpm dlx shadcn@latest add @emailcn/footer-with-large-title-and-buttons
Usage
import { FooterWithLargeTitleAndButtons } from "@/components/email/footer-with-large-title-and-buttons";<FooterWithLargeTitleAndButtons
{...FooterWithLargeTitleAndButtons.PreviewProps}
/>API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
theme | EmailTheme | default theme | Email theme styling |