FooterSection
1.0.0Site footer with a newsletter field, quick links, contact details, social marks, a light/dark toggle, and a legal row.
npx jabkit add footer-sectionComponent Data
- ID
- footer-section
- Category
- marketing
- Version
- 1.0.0
- Added
- 2026-09-06
- Type
- block
- Keyboard nav
- Yes
- Reduced motion
- Yes
footermarketingnewsletterlinkssocialthemelanding
Dependencies
- lucide-react
- clsx
- tailwind-merge
Examples
Default
<div className="bg-background text-foreground">
<FooterSection {...footerSectionMocks.default} />
</div>Variants
<div className="bg-background text-foreground">
<FooterSection {...footerSectionMocks.alternate} />
</div>