Sha256: 245964fed787aa5b1bf74102be0ea0ec1ec93e685c539a4ce8d585d1417f2a4d
Contents?: true
Size: 492 Bytes
Versions: 9
Compression:
Stored size: 492 Bytes
Contents
import React from 'react' import { Nav } from '../../' import NavItem from '../_item.jsx' const BlockNoTitleNav = () => { return ( <Nav link="#" orientation="vertical" > <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 BlockNoTitleNav
Version data entries
9 entries across 9 versions & 1 rubygems