web3-ui icon indicating copy to clipboard operation
web3-ui copied to clipboard

Dropdown Element

Open e-roy opened this issue 3 years ago • 0 comments

Currently we have a DropdownMenu element

This should be renamed to Dropdown

A lot will be removed from this element to get to the goal of a single <Dropdown /> element

The element should act similar to this tailwind dropdown component

props will include:

  • label?: string
  • placeholder?: string
  • items: string[]
  • onSelect?: (val: any) => void

e-roy avatar Aug 13 '22 15:08 e-roy