Sha256: 5e1f4d19dde8ee5f3fc6baad9fb1fde3897103b3816f31ecc9c3a8440aef668f
Contents?: true
Size: 682 Bytes
Versions: 94
Compression:
Stored size: 682 Bytes
Contents
import React from 'react' import { Nav } from '../../' import NavItem from '../_item.jsx' 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
94 entries across 94 versions & 1 rubygems