1.2.16 • Published 2 years ago

@impact-x/react-nav v1.2.16

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@impact-x/react-nav

Nav component for products using Impact X design system.

Installation

To install @impact-x/react-nav in your project, run the following command:

npm install -S @impact-x/react-nav

If you prefer Yarn, use the following command instead:

yarn add @impact-x/react-nav

Usage

You can import and use this module:

import Nav from '@impact-x/react-nav';

<Nav
  menuItems={[
    { id: 'nav-1', title: 'Home' },
    { id: 'nav-2', title: 'Guide' },
  ]}
  onMenuClick={() => {}}
  activeMenuId="nav-1"
  headerTitle="Platform"
  styles="background-color:#173C4D;"
/>;

API documentation

https://tw-impact-x.thoughtworks-labs.net/#/Components/Nav

1.2.16

2 years ago

1.2.14

2 years ago

1.2.15

2 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.9

3 years ago

1.2.12

2 years ago

1.2.13

2 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago