Sha256: bd457b58c107d2cd1e68085612446350105bb57dd94b418fd24edaafebaf2c83
Contents?: true
Size: 761 Bytes
Versions: 472
Compression:
Stored size: 761 Bytes
Contents
import React from 'react' import Nav from '../_nav' import NavItem from '../_item' 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
472 entries across 472 versions & 2 rubygems