navigation

v1.0.2arrow_drop_down
v1.0.2
v1.0.1
STATUS
Passing
DOWNLOADS
466
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
4 KB
Main navigation for an app.
2 contributors
Install navigation as a package?
Copied
npm i @bit/bit.movie-app.components.navigation
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right
Navigation ()

Main navigation for an app.

Example
<Navigation
   links={[
     { label: 'Browse', href: 'http://browse.to.somewhere' },
     { label: 'My List', href: '/my-list' },
     { label: 'Top Picks', href: '/top' },
     { label: 'Recent', href: '/recent' }
   ]}
/>
Test Summary

#Navigation Should render

Pass

#Navigation Should contain list size of 4

Pass
Help and resources