2.2.0 • Published 5 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
5 years ago
2.1.0
5 years ago
2.0.0
5 years ago
1.2.3
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
0.0.0
5 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago