Default
Stay in the loop
With Subtitle
Stay up to date
Get product updates and engineering insights delivered to your inbox.
Custom Labels
Join the waitlist
Props
| Prop | Type | Description |
|---|---|---|
| title | ReactNode | Heading text (default "Stay in the loop") |
| subtitle | ReactNode | Supporting text below the title |
| inputPlaceholder | string | Placeholder for the email input (default "you@example.com") |
| buttonLabel | ReactNode | Submit button text (default "Subscribe") |
| className | string | Additional classes on the root element |
Usage
<NewsletterSignup
title="Stay up to date"
subtitle="Get updates in your inbox."
inputPlaceholder="you@example.com"
buttonLabel="Subscribe"
/>