NewsletterSignup (am-newsletter-signup)
NewsletterSignup 提供有標籤的 email 欄位、原生 form submit、訂閱 CTA 與可選 privacy note。它適合 marketing page、footer 或 article archive 的單一轉換入口。
---import NewsletterSignup from "@astromer/core/components/NewsletterSignup.astro";---
<NewsletterSignup eyebrow="Stay in the loop" title="Get the next release note in your inbox" description="A short note about what changed and why." action="/subscribe" inputName="email" submitLabel="Subscribe" privacyNote="No spam. Unsubscribe whenever you want." surface="muted"/>action、CSRF、驗證、訂閱服務與成功/錯誤回饋由 consumer workflow 負責;元件不會自行發送 request 或儲存 email。詳見 playground /playground/marketing/。