Components
Newsletter
The subscribe card: one field, one button, no noise.
Default
Stay in the loop
Subscribe to receive our product updates and announcements.
<div class="bg-bg-surface p-8" style="border-radius: var(--radius-card-lg);">
<h4>Stay in the loop</h4>
<p>Subscribe to receive our product updates and announcements.</p>
<div class="flex rounded-full border border-border bg-bg-elevated p-1.5 pl-5">
<input type="email" placeholder="your@email.com" />
<button class="rounded-full bg-accent …">Subscribe</button>
</div>
</div> Markdown for agents: /design/newsletter.md · spec: /design.md