2.2.0 • Published 6 years ago
@meyercorp/navmenu v2.2.0
Meyer Navigation Menu Library
A collection of page components offering common navigation bar functionality across all Meyer enterprise applications.
Installation
Run npm i @meyercorp/navmenu
Usage
Import any or all of the components:
import { Help, About, Privacy, Apps} from '@meyercorp/navmenu';
Add to routes in the App.js layout:
<Layout>
...
<Route path='/apps' component={Apps} />
<Route path='/about' component={About} />
<Route path='/help' component={Help} />
<Route path='/privacy' component={Privacy} />
...
</Layout>Reference them in the NavMenu component:
<NavItem>
<NavLink tag={Link} className="text-dark" to="/about">About</NavLink>
</NavItem>
<NavItem>
<NavLink tag={Link} className="text-dark" to="/help">Help</NavLink>
</NavItem>
<NavItem>
<NavLink tag={Link} className="text-dark" to="/privacy">Privacy</NavLink>
</NavItem>
<NavItem>
<NavLink tag={Link} className="text-dark" to="/apps" data-toggle="tooltip" data-placement="top" title="Click here to see other Meyer enterprise apps.">Other Apps</NavLink>
</NavItem>If there is a need for application specific versions of the navigation menu pages, then don't use these components.
2.2.0
6 years ago
2.1.0
6 years ago
2.0.0
6 years ago
1.2.3
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago
0.0.0
7 years ago
0.0.16
7 years ago
0.0.15
7 years ago
0.0.14
7 years ago
0.0.13
7 years ago
0.0.12
7 years ago
0.0.11
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago