Sha256: 90514ffcfb05c56a6866ae0416eab91a7799aa72797a6266ba806226ddbcb4a7
Contents?: true
Size: 576 Bytes
Versions: 94
Compression:
Stored size: 576 Bytes
Contents
import React from 'react' import { Nav } from '../../' import NavItem from '../_item.jsx' const DefaultNav = (props) => ( <Nav link="#" orientation="vertical" title="Menu" {...props} > <NavItem link="#" text="Photos" {...props} /> <NavItem link="#" text="Music" {...props} /> <NavItem active link="#" text="Video" {...props} /> <NavItem link="#" text="Files" {...props} /> </Nav> ) export default DefaultNav
Version data entries
94 entries across 94 versions & 1 rubygems