🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@pagedotapp/page-footer-section

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pagedotapp/page-footer-section

Footer section component with multiple layout variants

latest
Source
npmnpm
Version
0.0.0-alpha.11
Version published
Maintainers
0
Created
Source

A flexible footer section component for Page UI applications with responsive design support.

Installation

npm install @pagedotapp/page-footer-section

Usage

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."
		/>
	)
}

Props

See TypeScript definitions for detailed prop types.

License

MIT

Keywords

react

FAQs

Package last updated on 29 Sep 2025

Did you know?

Socket

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.

Install

Related posts