🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

react-responsive-header-navigation

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-header-navigation

React header component with navigation

1.1.4
latest
Source
npm
Version published
Weekly downloads
18
80%
Maintainers
1
Weekly downloads
 
Created
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

react

FAQs

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