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