Sha256: 470e6659d78c149a6fbeaed813739d381fc8628c506f5c0b26a5166f3c2b7c29
Contents?: true
Size: 664 Bytes
Versions: 1936
Compression:
Stored size: 664 Bytes
Contents
import React from 'react' import Nav from '../_nav' import NavItem from '../_item' const BoldVerticalNav = (props) => { return ( <Nav link="#" orientation="vertical" 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 BoldVerticalNav
Version data entries
1,936 entries across 1,936 versions & 2 rubygems