1.1.4 • Published 3 years ago

react-responsive-header-navigation v1.1.4

Weekly downloads
29
License
MIT
Repository
github
Last release
3 years ago

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

1.1.1

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago