/** * * NavTabs * */ import React from 'react'; import { NavLink } from 'react-router-dom'; import PropTypes from 'prop-types'; import { Tab as StyledTab, colors } from '@buffetjs/styles'; import { gradient } from '@buffetjs/utils'; function NavTabs({ links }) { let color = colors.greyLink; return (
{link.label}
: link.compo || null; return (