NewsletterSection
A NewsletterSection component from the Sigil design system.
import { NewsletterSection } from "@sigil-ui/components";
<NewsletterSection>...</NewsletterSection>
| Prop | Type | Default | Description |
|---|
title | string | — | — |
description | string | — | — |
placeholder | string | — | — |
buttonLabel | string | — | — |
onSubmit | (email: string) => void | — | — |
| CSS Variable | Purpose |
|---|
--s-section-py | Section py |
--s-page-margin | Page margin |
--s-font-display | Font display |
--s-text | Text |
--s-text-muted | Text muted |
--s-radius-input | Radius input |
--s-border | Border |
--s-background | Background |
--s-primary | Primary |
--s-radius-button | Radius button |
--s-primary-contrast | Primary contrast |
--s-duration-fast | Duration fast |