onSelectrequired Callback when an emoji is selected (required) | (emoji: string) => void | — |
background Background color of the dropdown | StyleProps["background"] | surface |
columns Number of columns in the emoji grid | 1•10•2•3•4•8•12•5•6•7•9•11 | 8 |
| …and every DropdownWrapperProps prop | inherited | — |
trigger The element that triggers the dropdown (required) | ReactElement | — |
closeAfterClick Whether to close dropdown after selecting emoji | boolean | true |
placement Position of dropdown relative to trigger | Placement | bottom |
open Controlled open state | boolean | — |
onOpenChange Callback when open state changes | (open: boolean) => void | — |
fillWidth Whether dropdown matches trigger width | boolean | — |