Components

MobileNavLink

<MobileNavLink isCurrentTab name icon route onClick isSignOutLink />

Constructor

Renders the MobileNavLink component
PropTypes:
Name Type Required Description Default
isCurrentTab bool No Indicates if the tab is the currently selected tab
name string Yes The tab name
icon string Yes The tab icon
route string No Where to route if the tab is clicked on
onClick func Yes Click handler
isSignOutLink bool Yes Indicates if the link is a sign out link
Author:

View Source components/MobileNav/MobileNavLink/MobileNavLink.js, line 16

Methods

# inner getTabLine()

Gets a tab line if this MobileNavLink instance is the current tab

View Source components/MobileNav/MobileNavLink/MobileNavLink.js, line 21

A tab line (JSX)