@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.98
    0
    • latest

Version History

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

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