Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@borderguru/footer

Package Overview
Dependencies
Maintainers
7
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@borderguru/footer

Hermes footer

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

@borderguru/footer

This web component is the default footer for any Hermes' web, it display the content selected by the company.

Properties

It has two properties: center and right, each property add contents to the center and right column, each column has a title and a list of links, you can define the column name, the name of each link, where it goes and how to open the link. Here is an example of an attribute

center='{"title": "the title", "content": [{"title":"This is what you see", "href":"link", "target":"_blank"}]}'

Responsive

It display a column with all the content in a pile for screens under 760px, for bigger screens, the content is displayed in 3 columns, it always takes all the width.

Example

  <hermes-footer
    center='{"title": "the title", "content": [{"title":"This is what you see", "href":"link", "target":"_blank"}]}'
    right='{"title": "the title", "content": [{"title":"This is what you see", "href":"link", "target":"_blank"}]}'
  ></simple-counter>

Keywords

FAQs

Package last updated on 19 Feb 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc