0.2.6 • Published 8 months ago

@logo-rn/logo-drawer v0.2.6

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
8 months ago

@logo-rn/logo-drawer

is a left side navigation menu appears scrolling left or pressing hamburger icon button.

npm version

Installation

Install the component:

npm i @logo-rn/logo-drawer -s

Usage

Once installed, import the component in your application:

import {LogoDrawer} from '@logo-rn/logo-drawer';
 const DRAWER_TAB_LIST = [
       {
          title: "Home",
          iconName: "home",
          navigate: "Home"
      },
      {
          title: "About",
          iconName: "info",
          linking: "http://logo.com.tr/"
      }
  ]
  //...
    <LogoDrawer 
 itemList={DRAWER_TAB_LIST(lang)} title="Logo-RN" />

For more detailed information, please visit:

Logo Elements Documentation ↗