Sha256: a9fb1245837d38003ff888081994cb3c27e3d79ee5f42bf147efcf2f5200e9a1
Contents?: true
Size: 639 Bytes
Versions: 1919
Compression:
Stored size: 639 Bytes
Contents
import React from 'react' import Nav from '../_nav' import NavItem from '../_item' const HorizontalNav = (props) => { return ( <Nav link="#" orientation="horizontal" {...props} > <NavItem link="#" text="About" {...props} /> <NavItem active link="#" text="Case Studies" {...props} /> <NavItem link="#" text="Service" {...props} /> <NavItem link="#" text="Contacts" {...props} /> </Nav> ) } export default HorizontalNav
Version data entries
1,919 entries across 1,919 versions & 2 rubygems