# @numl-react/navigation-bar

## Introduction

The navigationbar component is used to display the primary navigation in the sidebar. Navigation Bar includes a list of links that wants to move between page.

## Installation

```sh
yarn add @numl-react/navigation-bar

# or

npm i @numl-react/navigation-bar
```

## Import Components

```jsx
import { NavigationBar } from '@numl-react/navigation-bar';
```

## Component

```jsx
<El.Block height="100vh">
  <NavigationBar footer={footer}>
    <NavigationBar.Section items={items} />
    <NavigationBar.Section items={items} title="Analytics" />
  </NavigationBar>
</El.Block>
```

## Usage

WIP

## References

WIP
