Sha256: 57d4e310cc8323da84cb383e5336cb054b085e19b38d28909a99d452b3f2afb4
Contents?: true
Size: 508 Bytes
Versions: 9
Compression:
Stored size: 508 Bytes
Contents
import React from 'react' import { Nav } from '../../' import NavItem from '../_item.jsx' const BlockNav = () => { return ( <Nav link="#" orientation="vertical" title="Title example" > <NavItem active link="#" > {'Active Nav Item using text prop'} </NavItem> <NavItem link="#">{'Nav Item using text prop'}</NavItem> <NavItem link="#">{'Nav Item using text prop'}</NavItem> </Nav> ) } export default BlockNav
Version data entries
9 entries across 9 versions & 1 rubygems