Sha256: 9fff6bc7a4f8ace802a410df83c563d74918038b0472167e00d41634a4fd2c72
Contents?: true
Size: 670 Bytes
Versions: 1877
Compression:
Stored size: 670 Bytes
Contents
import React from 'react' import Nav from '../_nav' import NavItem from '../_item' const BoldHorizontalNav = (props) => { return ( <Nav link="#" orientation="horizontal" variant="bold" {...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 BoldHorizontalNav
Version data entries
1,877 entries across 1,877 versions & 2 rubygems