import React from 'react'; import classes from 'classnames'; export default class Tabs extends React.Component { render () { const { data = [], borderColor, active, activeMarkers = [], onChange, onClose } = this.props; return ; } } function onClick (i, onChange, active) { if (i !== active) { onChange(i); } }