import classNames from 'classnames'; import React from 'react'; import PropTypes from 'prop-types'; // Self-contained NavItem. The old one wrapped react-bootstrap 0.31's // `SafeAnchor` + `createChainedFunction` (both gone in v2); the markup this // navbar needs is just an
  • . The mobile menu is now collapsed from React // state in Navigation (the parent