Themes
Marketing
Variants
Primary Buttons
Primary Buttons with Icon
Secondary Buttons
Secondary Buttons with Icon
Text Link Buttons
Text Link Buttons with Icon
Installation
$ pnpm dlx shadcn@latest add @emailcn/mjml-button
Usage
import { PrimaryButtons } from "@/components/emails/ui-elements/buttons/primary-buttons";<PrimaryButtons {...PrimaryButtons.PreviewProps} />API Reference
Button
| Prop | Type | Default | Description |
|---|---|---|---|
variant | "primary" | "secondary" | "text" | "primary" | Button style variant |
label | string | - | Button label |
href | string | "#" | Button link URL |
theme | EmailTheme | defaultTheme | Email theme styling |