Sha256: be497b5029446fed5770c77eaeed8c7ac53e2889763c8fa27b648d4f7bf4f293
Contents?: true
Size: 621 Bytes
Versions: 1447
Compression:
Stored size: 621 Bytes
Contents
import React from 'react' import Nav from '../_nav' import NavItem from '../_item' const NoHighlightNav = (props) => { return ( <Nav highlight={false} {...props} > <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
1,447 entries across 1,447 versions & 2 rubygems