import { Listbox } from '@headlessui/react' import { ChevronDownIcon, ChevronUpIcon } from '@heroicons/react/solid' const TRADE_TYPES = ['Limit', 'Market'] const TradeType = ({ value, onChange, className = '' }) => { return (