const classNames = require('classnames'); const PropTypes = require('prop-types'); const React = require('react'); require('./subnavigation.scss'); /* * Container for a custom, horizontal list of navigation elements * that can be displayed within a view or component. */ const SubNavigation = props => (