New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@dbcdk/dbc-footer

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbcdk/dbc-footer

A standardized DBC footer

latest
Source
npmnpm
Version
1.3.11
Version published
Maintainers
1
Created
Source

Props

  • topMargin: number - Specify the top spacing of the footer
  • className: string - Give css class to the root
  • footerLinks: either an array of objects or a single object - each object containing footerlinks. Each object contains the following fields:
    • title: string - The title of the link
    • href: string - The url of the link
    • target: string - the target attribute for the link

Usage

  • Install package via npm
  • Import styling with the line import "@dbcdk/dbc-footer/lib/main.css" in the project - By default, put this in the _app.js file
  • Import the footer with the line import DBCFooter from "@dbcdk/dbc-footer"

Previous version documentation

Props pre version 1.1.1

  • topMargin: number - Specify the top spacing of the footer
  • className: string - Give css class to the root
  • accessabilityLink: { href: string, (defaults to "/") target: string (defaults to "_blank") } - Link to accessability declaration
  • privacyLink: { href: string, (defaults to "/") target: string (defaults to "_blank") } - Link to privacy declaration

Props pre version 1.1.0

  • topMargin: number - Specify the top spacing of the footer
  • className: string - Give css class to the root
  • accessabilityLink: string - Link to accessability declaration
  • privacyLink: string - Link to privacy declaration

FAQs

Package last updated on 03 Dec 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