Sha256: 3d394ef60d15b2dc766580f2ab887d516e35c63f36716cbccf5a0171d12b106f
Contents?: true
Size: 594 Bytes
Versions: 94
Compression:
Stored size: 594 Bytes
Contents
import React from 'react' import { Nav } from '../../' import NavItem from '../_item.jsx' const NoHighlightNav = (props) => { return ( <Nav highlight={false}> <NavItem active link="#" text="All Categories" {...props} /> <NavItem link="#" text="Food" {...props} /> <NavItem link="#" text="Digital" {...props} /> <NavItem link="#" text="Design Art" {...props} /> </Nav> ) } export default NoHighlightNav
Version data entries
94 entries across 94 versions & 1 rubygems