Sha256: 21ad8201884ff2638f67b936445efc2181ee4608f271c753c0fdd15a98401b61
Contents?: true
Size: 676 Bytes
Versions: 1919
Compression:
Stored size: 676 Bytes
Contents
import React from 'react' import Nav from '../_nav' import NavItem from '../_item' const SubtleHorizontalNav = (props) => { return ( <Nav link="#" orientation="horizontal" variant="subtle" {...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 SubtleHorizontalNav
Version data entries
1,919 entries across 1,919 versions & 2 rubygems