
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@pagedotapp/page-footer-section
Advanced tools
Footer section component with multiple layout variants
A flexible footer section component for Page UI applications with responsive design support.
npm install @pagedotapp/page-footer-section
import { PageFooterSection } from "@pagedotapp/page-footer-section"
function App() {
return (
<PageFooterSection
variant="multi-column"
columns={[
{
title: "Product",
links: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
],
},
{
title: "Company",
links: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
],
},
]}
copyright="© 2025 Your Company. All rights reserved."
/>
)
}
See TypeScript definitions for detailed prop types.
MIT
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.