1.2.16 • Published 3 years ago
@impact-x/react-nav v1.2.16
@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-navIf you prefer Yarn, use the following command instead:
yarn add @impact-x/react-navUsage
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
1.2.16
3 years ago
1.2.14
3 years ago
1.2.15
3 years ago
1.2.8
4 years ago
1.2.7
4 years ago
1.2.6
4 years ago
1.2.9
4 years ago
1.2.12
3 years ago
1.2.13
3 years ago
1.2.10
4 years ago
1.2.11
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.0
5 years ago
1.1.1
5 years ago
1.2.3
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.1.0
5 years ago