import { Fragment } from 'react' import { Menu, Transition } from '@headlessui/react' import { ArchiveBoxIcon, ArrowRightCircleIcon, ChevronDownIcon, DocumentDuplicateIcon, HeartIcon, PencilSquareIcon, TrashIcon, UserPlusIcon, } from '@heroicons/react/20/solid' function classNames(...classes) { return classes.filter(Boolean).join(' ') } export default function Example() { return (
Options
{({ active }) => ( )} {({ active }) => ( )}
{({ active }) => ( )} {({ active }) => ( )}
{({ active }) => ( )} {({ active }) => ( )}
{({ active }) => ( )}
) }