Newsletter Section
Email signup section with glow card, input, and submit button.
Installation
1
Run the CLI
$npx particleui-cli add newsletter
Usage
TSX
import { NewsletterSection } from "@/components/blocks/newsletter"
export default function Page() {
return <NewsletterSection />
}Props
| Prop | Type | Default | Required |
|---|---|---|---|
| heading | string | "Stay in the loop" | no |
| description | string | "Get notified when new components drop | no |
| placeholder | string | "you@company.com" | no |
| ctaLabel | string | "Subscribe" | no |
| disclaimer | string | "No spam. Unsubscribe anytime." | no |
| onSubscribe | (email: string) => void | — | no |
Details
Source filecomponents/blocks/newsletter.tsx
Typeblock
Categoriesmarketing, blocks
npm dependencies
Registry depsglow-card, input, button
Claude skill—