2.2.0 • Published 4 years ago

@meyercorp/navmenu v2.2.0

Weekly downloads
1
License
Corporate use ONL...
Repository
-
Last release
4 years ago

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

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.0

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago