@gdn/react-navbar
v0.2.98
Published
Guidion - Geluk leidt tot succes en niet andersom
Downloads
28
Maintainers
Keywords
Readme
Guidion React Navbar Component
Install
$ npm install @gdn/react-navbar --save
Usage
import Navigation from '@gdn/react-navbar';
Card properties
export interface NavigationProps {
language: string;
navigationList: any;
orientation: string;
logo?: string;
gatsbyLink?: boolean;
search?: SearchProps;
}
export interface NavigationItem {
value: string;
link?: string;
dropdown?: NavigationItem[];
}
export interface SearchProps {
routePath: string;
redirectPath: string;
placeHolder: string;
}
Example implementation
https://github.com/GuidionDev/library/tree/master/src/examples/react-example