0.0.37 • Published 4 years ago

@numl-react/navigation-bar v0.0.37

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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

yarn add @numl-react/navigation-bar

# or

npm i @numl-react/navigation-bar

Import Components

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

Component

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

Usage

WIP

References

WIP