@logo-rn/logo-drawer
v0.2.6
Published
<LogoDrawer/> is a left side navigation menu appears scrolling left or pressing hamburger icon button.
Downloads
9
Readme
@logo-rn/logo-drawer
is a left side navigation menu appears scrolling left or pressing hamburger icon button.
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" />