import React from 'react'; import KeyValue from './key-value'; import { Row, Col, FormGroup, Input, FormLabel, Button } from 'joyent-ui-toolkit'; export const MenuForm = ({ searchable, onAdd }) => (