Sha256: caac2cdc123710832be0b6cb488841dcaf9d6a838258a13e3df656112755a2b0
Contents?: true
Size: 588 Bytes
Versions: 472
Compression:
Stored size: 588 Bytes
Contents
import React from 'react' import Nav from '../_nav' import NavItem from '../_item' 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
472 entries across 472 versions & 2 rubygems