import React from 'react'; import classnames from 'classnames'; import { themr } from 'react-css-themr'; import Button from '../button'; import Link from '../link'; const Navigation = ({ actions, children, className, routes, theme, type }) => { const _className = classnames(theme[type], className); const buttons = actions.map((action, index) => { return