FooterSection
A FooterSection component from the Sigil design system.
import { FooterSection } from "@sigil-ui/components";
<FooterSection>...</FooterSection>
| Prop | Type | Default | Description |
|---|
logo | ReactNode | — | — |
tagline | string | — | — |
groups | FooterLinkGroup[] | — | — |
socials | { label: string; href: string; icon: ReactNode | — | — |
| CSS Variable | Purpose |
|---|
--s-footer-padding-y | Footer padding y |
--s-footer-border-top | Footer border top |
--s-content-max | Content max |
--s-page-margin | Page margin |
--s-footer-column-gap | Footer column gap |
--s-footer-row-gap | Footer row gap |
--s-footer-logo-height | Footer logo height |
--s-footer-link-size | Footer link size |
--s-text-muted | Text muted |
--s-footer-tagline-max-width | Footer tagline max width |
--s-footer-social-gap | Footer social gap |
--s-text | Text |