@gdn/react-navbar
TypeScript icon, indicating that this package has built-in type declarations

0.2.98 • Public • Published

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

/@gdn/react-navbar/

    Package Sidebar

    Install

    npm i @gdn/react-navbar

    Weekly Downloads

    2

    Version

    0.2.98

    License

    MIT

    Unpacked Size

    25.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • usfarag
    • andreamarchioroguidion
    • eagleman
    • yigit-guidion
    • arisarsen
    • fonseppink
    • guidion-bot
    • victor.sheyanov