web3-ui
web3-ui copied to clipboard
Dropdown Element
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