react-responsive-header-navigation
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.4
    2
    • latest

Version History

Package Sidebar

Install

npm i react-responsive-header-navigation

Weekly Downloads

2

Version

1.1.4

License

MIT

Unpacked Size

18.5 kB

Total Files

14

Last publish

Collaborators

  • nikohienonen