Sha256: 7bc28d19b3613ccdf722b04fd96a5fce31ab47c041e8f4c821090b9ba62f29f9
Contents?: true
Size: 767 Bytes
Versions: 94
Compression:
Stored size: 767 Bytes
Contents
import React from 'react' import { Nav } from '../../' import NavItem from '../_item.jsx' const SubtleNav = (props) => { return ( <Nav variant="subtle"> <NavItem link="#" text="Overview" {...props} /> <NavItem active link="#" text="Albums" {...props} /> <NavItem link="#" text="Similar Artists" {...props} /> <NavItem link="#" text="Events" {...props} /> <NavItem link="#" text="Discography" {...props} /> <NavItem link="#" text="Listeners" {...props} /> </Nav> ) } export default SubtleNav
Version data entries
94 entries across 94 versions & 1 rubygems