Socket
Socket
Sign inDemoInstall

react-responsive-header-navigation

Package Overview
Dependencies
21
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-responsive-header-navigation

React header component with navigation


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
1.94 MB
Created
Weekly downloads
 

Readme

Source

React Responsive Header Navigation

A React header that includes a logo, page navigation and social media links. This component is catered towards artists and brands.

How to use

Run the following command to install this package:

  • npm i react-responsive-header-navigation

You can now import react-responsive-header-navigation like so:

import { HeaderNavigation } from 'react-responsive-header-navigation'
...

Available props

logo: SVGElement | JSX.Element;

menuLinks: NavigationLink[];

socialLinks: SocialLink[];


interface NavigationLink {
  path: string;
  text: string;
}

interface SocialLink extends NavigationLink {
  icon: string;
}

Upcoming updates

Future updates include the ability to supply your own colours and fonts for the header.

This component was sponsored by Cybercom Finland

Keywords

FAQs

Last updated on 01 Feb 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc